Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Debugging in opencv: wrong path (Win7, Codeblocks)

If I debug an application and it comes to the statement VideoCapture captRefrnc(sourceReference); in the debug output windows it says:

"warning: Error opening file (/build/opencv/modules/videoio/src/cap_ffmpeg_impl.hpp:799)"

My question: The path

build/opencv/modules/videoio/src

to cap_ffmpeg_impl.hpp is not correct.

The correct one is

opencv/sources/modules/videoio/src

I built opencv with CMake, Code:Blocks, mingw 4.9.2 (Win7Prof64), and don't find where the wrong path comes in ...

(I hope that with correct path I can debug into opencv to trace my bugs).