greeninho / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

error when calling cvCreateFileCapture #254

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
CvCapture capture = cvCreateFileCapture("videoFile.avi");

What is the expected output? What do you see instead?
I get the output:
"warning: Error opening file 
(../../modules/highgui/src/cap_ffmpeg_impl.hpp:361)"

What version of the product are you using? On what operating system?
JavaCV 0.2
OS: Windows 7 32bits

Please provide any additional information below.
I found this on StackOverflow: 
http://stackoverflow.com/questions/12279833/videocapture-opencv-2-4-2-error-in-w
indows

Could this be a problem of OpenCV and not JavaCV?

Original issue reported on code.google.com by dimitrir...@googlemail.com on 24 Oct 2012 at 12:10

GoogleCodeExporter commented 8 years ago
Yes, use FFmpegFrameRecorder as recommended here:
Common issues with OpenCV under Windows 7 
http://code.google.com/p/javacv/wiki/Windows7AndOpenCV

Original comment by samuel.a...@gmail.com on 25 Oct 2012 at 4:35