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).