Closed GoogleCodeExporter closed 8 years ago
This is a known problem with OpenCV on Windows. Don't use OpenCV, use
FFmpegFrameGrabber.
Original comment by samuel.a...@gmail.com
on 10 Jul 2011 at 2:41
I changed to FFmpegFrameGrabber but now I get UnsatisfiedLinkError.
I have downloaded FFmpeg (32 bit) and set system path.
Original comment by klavdij....@gmail.com
on 10 Jul 2011 at 7:30
What is "FFmpeg (32 bit)" exactly?
Original comment by samuel.a...@gmail.com
on 11 Jul 2011 at 1:39
FFmpeg 0.6.x or 0.7.x Precompiled for Windows. I downloaded it from here
http://hawkeye.arrozcru.org/builds/win32/shared/. I supose I need that for
FFmpegFrameGrabber.
Original comment by klavdij....@gmail.com
on 11 Jul 2011 at 5:19
And which one did you try?
Original comment by samuel.a...@gmail.com
on 11 Jul 2011 at 7:21
ffmpeg-git-95f163b-win32-shared.7z 06-May-2011 10:27 4.4M
The newes one.
Original comment by klavdij....@gmail.com
on 11 Jul 2011 at 7:36
And what does the README.txt file of JavaCV say?
Original comment by samuel.a...@gmail.com
on 11 Jul 2011 at 7:44
Sory, miss that completly. Now FFmpegFrameGrabber works but when I try to use
IplImage, I get the same error (UnsatisfiedLinkError).
I have tried OpenCV 2.3, OpenCV 2.2 (compiled for MinGW) and OpenCV 2.2 VS2010,
all the same. I set PATH and install Microsoft Visual C++ 2010 Redistributable
Package (x86). Java, OpenCV and windows (different computer) are 32bit. My PATH
is C:\JavaCV\OpenCV2.2\bin.
Original comment by klavdij....@gmail.com
on 11 Jul 2011 at 10:51
As indicated in the README.txt file, if you use the latest version of JavaCV,
you will need OpenCV 2.3.0, not OpenCV 2.2.0
Original comment by samuel.a...@gmail.com
on 11 Jul 2011 at 11:04
Original issue reported on code.google.com by
klavdij....@gmail.com
on 9 Jul 2011 at 8:48