Ask Your Question

Revision history [back]

Are there any other java libraries to load video file?

It seems the latest OpenCV doesn't support loading video files. Then I tried to use javacv 0.7 to load video, but it seems not support OpenCV 2.4.9. It will always give me error: "can't find dependent libraries". Then I look into the README file of javacv 0.7, from which I know that it support OpenCV 2.4.8. However, OpenCV 2.4.8 binary version is not available to download and making OpenCV 2.4.8 from source seems pretty complicated.

I am wondering if there are other java libraries that I can utilize to load video files other than javacv?

Thanks for any help in advance! Quan