Ask Your Question

Revision history [back]

Debug assertion failure + warning: Error opening file (../../modules/highgui/src/cap_ffmpeg_impl.hpp:361)

hey everybody, im using an old project with visual studio that used to run correctly before, but now im facing this fatar error "debug assertion failure" with a warning msg in my console saying "Error opening file (../../modules/highgui/src/cap_ffmpeg_impl.hpp:361)" idid the debug and my program stop runing and show an exception on line: "static IplImage* tempImage = cvCreateImage(cvGetSize(frames[frameShown]), frames[frameShown]->depth, frames[frameShown]->nChannels);" I've try to put the dll files into the same folder as .exe but in vain! please help i couldn't progress in my work du to this error

Debug assertion failure + warning: Error opening file (../../modules/highgui/src/cap_ffmpeg_impl.hpp:361)

hey everybody, im Hey everybody,

I am using an old project with visual studio that used to run correctly before, but now im facing this fatar fatal error "debug assertion failure" with a warning msg in my console saying "Error saying

Error opening file (../../modules/highgui/src/cap_ffmpeg_impl.hpp:361)" idid (../../modules/highgui/src/cap_ffmpeg_impl.hpp:361)

I did the debug and my program stop runing stops running and show shows an exception on line: "static line:

static IplImage* tempImage = cvCreateImage(cvGetSize(frames[frameShown]), frames[frameShown]->depth, frames[frameShown]->nChannels);"
frames[frameShown]->nChannels);

I've try to put the dll files into the same folder as .exe but in vain! please help i couldn't progress in my work du due to this errorerror.

click to hide/show revision 3
retagged

updated 2013-10-02 02:04:54 -0600

berak gravatar image

Debug assertion failure + warning: Error opening file (../../modules/highgui/src/cap_ffmpeg_impl.hpp:361)

Hey everybody,

I am using an old project with visual studio that used to run correctly before, but now im facing this fatal error "debug assertion failure" with a warning msg in my console saying

Error opening file (../../modules/highgui/src/cap_ffmpeg_impl.hpp:361)

I did the debug and my program stops running and shows an exception on line:

static IplImage* tempImage = cvCreateImage(cvGetSize(frames[frameShown]), frames[frameShown]->depth, frames[frameShown]->nChannels);

I've try to put the dll files into the same folder as .exe but in vain! please help i couldn't progress in my work due to this error.