opencv/android/service
2012-12-20 17:21:59 +04:00
..
doc OpenCV Manager selection chapter added to documentation. 2012-12-18 18:34:51 +04:00
engine Merge pull request #244 from asmorkalov:manager_nonarm_fix 2012-12-20 17:21:59 +04:00
engine_test Normalize line endings and whitespace 2012-10-17 15:32:23 +04:00
all.py Repo normalization problems fixed. 2012-10-24 12:46:36 +04:00
CMakeLists.txt OpenCV for Android SDK installation improved; 2012-12-19 17:28:46 +04:00
device.conf Automation for build and test OpenCV Manager on several devices added. 2012-10-02 16:21:53 +04:00
push_native.py Repo normalization problems fixed. 2012-10-24 12:46:36 +04:00
readme.txt OpenCV for Android SDK installation improved; 2012-12-19 17:28:46 +04:00
test_native.py Repo normalization problems fixed. 2012-10-24 12:46:36 +04:00

OpenCV Manager selection
========================

Since version 1.7 several packages of OpenCV Manager is built. Every package includes OpenCV library
for package target platform. The internal library is used for most cases, except the rare one, when
arm-v7a without NEON instruction set processor is detected. In this case additional binary package
for arm-v7a is used. The new package selection logic in most cases simplifies OpenCV installation
on end user devices. In most cases OpenCV Manager may be installed automatically from Google Play.
For such case, when Google Play is not available, i.e. emulator, developer board, etc, you can
install it manually using adb tool:

    adb install OpenCV-2.4.3-android-sdk/apk/OpenCV_2.4.3.2_Manager_2.4_<platform_name>.apk

Use table to determine right OpenCV Manager package:

+----------------------------+-----------------+-----------------------------------------------------+
| Hardware Platform          | Android version | Package name                                        |
+============================+=================+=====================================================+
| Intel x86                  | >= 2.3          | OpenCV_2.4.3.2_Manager_2.4_x86.apk                  |
+----------------------------+-----------------+-----------------------------------------------------+
| MIPS                       | >= 2.3          | OpenCV_2.4.3.2_Manager_2.4_mips.apk                 |
+----------------------------+-----------------+-----------------------------------------------------+
| armeabi (arm-v5, arm-v6)   | >= 2.3          | OpenCV_2.4.3.2_Manager_2.4_armeabi.apk              |
+----------------------------+-----------------+-----------------------------------------------------+
| armeabi-v7a (arm-v7a-NEON) | >= 2.3          | OpenCV_2.4.3.2_Manager_2.4_armv7a-neon.apk          |
+----------------------------+-----------------+-----------------------------------------------------+
| armeabi-v7a (arm-v7a-NEON) | 2.2             | OpenCV_2.4.3.2_Manager_2.4_armv7a-neon-android8.apk |
+----------------------------+-----------------+-----------------------------------------------------+