VideoCapture problem in debug mode
Has anyone tried to use VideoCapture to open a video file in debug mode in Visual Studio. I use VS 2010 and it doesn't seem to work. I works perfectly when I run the program.
I get the same result with VideoCapture in VS 2013. In debug mode opening a video stream returns empty frames but when I run the executable it works as expected. Did you get any further info on this?