opencv/android/service
2013-02-18 15:41:25 +04:00
..
doc Updated OpenCV Manager rst documentation 2012-12-25 17:50:31 +04:00
engine Merge pull request #469 from asmorkalov:android_manager_4number_version 2013-02-18 15:41:25 +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 Updated readme.txt with desciption about different OCV Manager packages 2012-12-25 17:16:30 +04:00
test_native.py Repo normalization problems fixed. 2012-10-24 12:46:36 +04:00

How to select the proper version of OpenCV Manager
--------------------------------------------------

Since version 1.7 several packages of OpenCV Manager are built. Every package is targeted for some
specific hardware platform and includes corresponding OpenCV binaries. So, in most cases OpenCV
Manager uses built-in version of OpenCV. Separate package with OpenCV binaries is currently used in
a single rare case, when an ARMv7-A processor without NEON support is detected. In this case an
additional binary package 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.

If Google Play is not available (i.e. on emulator, developer board, etc), you can install it
manually using adb tool:

.. code-block:: sh

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

Use the table below to determine proper OpenCV Manager package for your device:

+------------------------------+--------------+-----------------------------------------------------+
| Hardware Platform            | Android ver. | Package name                                        |
+==============================+==============+=====================================================+
| armeabi-v7a (ARMv7-A + NEON) |    >= 2.3    | OpenCV_2.4.3.2_Manager_2.4_armv7a-neon.apk          |
+------------------------------+--------------+-----------------------------------------------------+
| armeabi-v7a (ARMv7-A + NEON) |     = 2.2    | OpenCV_2.4.3.2_Manager_2.4_armv7a-neon-android8.apk |
+------------------------------+--------------+-----------------------------------------------------+
| armeabi (ARMv5, ARMv6)       |    >= 2.3    | OpenCV_2.4.3.2_Manager_2.4_armeabi.apk              |
+------------------------------+--------------+-----------------------------------------------------+
| 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                 |
+------------------------------+--------------+-----------------------------------------------------+