Search code examples
androidopencvjavacv

where to download opencv-2.4.6.1-android-arm.jar, and ffmpeg-2.0.1-android-arm.jar


https://code.google.com/p/javacv/#Quick_Start_for_OpenCV_and_FFmpeg

I am trying to configure openCV in Android. The above link asked to download opencv-2.4.6.1-android-arm.jar, and ffmpeg-2.0.1-android-arm.jar

But I couldn;t find these jars anywhere, Where can i download them.

The entire statement says-

  • Extract all the *.so files from javacv-android-arm.jar, opencv-2.4.6.1-android-arm.jar, and ffmpeg-2.0.1-android-arm.jar directly into the newly created "libs/armeabi" folder, without creating any of the subdirectories found in the JAR files.


Solution

  • This is where you can find your jars. Download the javacv-bin package and see if your needed jars are present there.

    Then if you have installed opencv properly in your system you need to add the required libraries to the project.

    If you are using a windows system you can check this link.

    If you are using ubuntu or linux systems then you need to add the path of the lib file to the Native Library location, which is normally inside the opencv/release/lib folder.

    I have already told you where to get the libraries from. If you want to see the installation process for ubuntu, here is the link.

    I hope this helps..For further queries please do comment, i will try and help to the best of my knowledge..cheers :)