Ask Your Question

Revision history [back]

You can build your own OpenCV Manager with following steps:

1.First download and build OpenCV, using appropriate script from https://github.com/jayrambhia/Install-OpenCV/tree/master/Ubuntu 2. Download android ndk and set ANDROID_NDK="your_NDK_directory" 3. Download android sdk and set ANDROID_SDK="your_SDK_directory" 4. Download Android source code and compile it as mentioned on https://source.android.com/source/initializing.html 5. Set -DANDROID_SOURCE="your_android__source_directory" in your_opencv_directory/platforms/scripts/cmake_android_service.sh 6. sh your_opencv_directory/platforms/scripts/cmake_android_service.sh 7. cd your_opencv_directory/platforms/build_android_service 8. make -j4

If you don't get any dependency issue, you will find OpenCVManager at your_opencv_directory/platforms/build_android_service/bin/opencv_engine.apk