Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version
  1. For the devices without Google Play (like dev kits) the OpenCV4Android package contains APKs for manual installation; look into OpenCV-2.4.2-android-sdk/apk folder. You need to install the Manager.apk, run its GUI to check how it detects your CPU and install the corresponding binary_pack.apk
  2. Just in case you're interested in the Manager's source codes, they're located under opencv/android/service folder; be aware that it requires some headers and libs from Android tree to be built.
  3. For debugging purposes there is a static initialization option that on practice means including a copy of OpenCV dynamic libs into your application and loading them via System.loadLibrary() call without OpenCV Manager interaction.