Ask Your Question

openprog's profile - activity

2020-09-22 13:01:50 -0600 received badge  Notable Question (source)
2018-06-02 13:11:28 -0600 received badge  Popular Question (source)
2014-11-05 06:48:30 -0600 commented question videocapture error opening file

to others the code works

2014-11-05 06:38:27 -0600 commented question videocapture error opening file

the code is the next:

VideoCapture cap("video.avi"); // open the video file for reading

if ( !cap.isOpened() )  // if not success, exit program
{
     cout << "Cannot open the video file" << endl;
     return -1;
}
2014-11-05 06:29:46 -0600 commented question videocapture error opening file

not work, what to do?

2014-11-05 04:28:34 -0600 commented question videocapture error opening file

the video file is in the project folder, where should i put it?

2014-11-05 04:10:51 -0600 commented question VideoCapture(filename) error (OpenCV 2.4.2) - Windows 7

i have the same problem on windows how can i solve it?

2014-11-05 03:57:14 -0600 commented question Windows OpenCV VideoCapture Will Not Open Video File

i have the same problem on windows 7 and i can not find a solution

2014-11-05 03:52:34 -0600 asked a question videocapture error opening file

when I use videocapture i get the error message

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

why?

I use visual c++ 2010.