Ask Your Question

shridutt kothari's profile - activity

2015-05-06 10:25:13 -0600 received badge  Necromancer (source)
2015-01-01 05:02:38 -0600 answered a question Building Android Manager from git repository

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... 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/ini... 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

2015-01-01 05:02:38 -0600 answered a question ndk-build not found in PATH

Perform following steps:

  1. Create NDKROOT environment variable pointing to C:\Program Files (x86)\android-ndk-r10d
  2. Append ";C:\Program Files (x86)\android-ndk-r10d\ndk-build.cmd" in your path variable inside environment variable.
  3. In eclipse go to projects->properties->C/C++ build->Build command->${NDK_ROOT}/ndk-build.cmd

- Thanks & regards, Shridutt Kothari [email protected] Impetus Infotech India Ltd.

2015-01-01 03:40:54 -0600 received badge  Supporter (source)