readme.txt 2.33 KB
Newer Older
wester committed
1 2 3
How to select the proper version of OpenCV Manager
--------------------------------------------------

wester committed
4 5
DEPRECATED: This information is outdated since OpenCV 2.4.12

wester committed
6
Since version 1.7 several packages of OpenCV Manager are built. Every package is targeted for some
wester committed
7 8 9 10 11 12
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.
wester committed
13 14 15 16

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

wester committed
17 18 19
.. code-block:: sh

    adb install OpenCV-2.4.9-android-sdk/apk/OpenCV_2.4.9_Manager_2.18_<platform>.apk
wester committed
20

wester committed
21
Use the table below to determine proper OpenCV Manager package for your device:
wester committed
22

wester committed
23 24 25 26 27 28 29 30 31 32 33 34 35
+------------------------------+--------------+----------------------------------------------------+
| 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                 |
+------------------------------+--------------+----------------------------------------------------+