opencv/platforms/android/service
2014-03-31 15:00:25 -07:00
..
doc OpenCV version++; OpenCV Manager version++. 2013-12-23 12:35:06 +04:00
engine OpenCV version++. OpenCV Manager version++. 2014-03-31 15:00:25 -07:00
engine_test android -> plarforms/android 2013-05-27 11:10:38 +04:00
all.py Normalized file endings. 2013-08-21 18:59:25 +04:00
CMakeLists.txt All installed files marked with component names for install customization. 2014-01-21 20:34:36 +04:00
device.conf Normalized file endings. 2013-08-21 18:59:25 +04:00
push_native.py Normalized file endings. 2013-08-21 18:59:25 +04:00
readme.txt OpenCV version++. OpenCV Manager version++. 2014-03-31 15:00:25 -07:00
test_native.py Build fixes. Build scrips reorganized. 2013-05-28 12:27:56 +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.9-android-sdk/apk/OpenCV_2.4.9_Manager_2.18_<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.9_Manager_2.18_armv7a-neon.apk          |
+------------------------------+--------------+----------------------------------------------------+
| armeabi-v7a (ARMv7-A + NEON) |     = 2.2    | OpenCV_2.4.9_Manager_2.18_armv7a-neon-android8.apk |
+------------------------------+--------------+----------------------------------------------------+
| armeabi (ARMv5, ARMv6)       |    >= 2.3    | OpenCV_2.4.9_Manager_2.18_armeabi.apk              |
+------------------------------+--------------+----------------------------------------------------+
| Intel x86                    |    >= 2.3    | OpenCV_2.4.9_Manager_2.18_x86.apk                  |
+------------------------------+--------------+----------------------------------------------------+
| MIPS                         |    >= 2.3    | OpenCV_2.4.9_Manager_2.18_mips.apk                 |
+------------------------------+--------------+----------------------------------------------------+