Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Tetragramm
GitHub Repository: Tetragramm/opencv
Path: blob/master/platforms/android/service/readme.txt
16356 views
1
How to select the proper version of OpenCV Manager
2
--------------------------------------------------
3
4
Since version 1.7 several packages of OpenCV Manager are built. Every package is targeted for some
5
specific hardware platform and includes corresponding OpenCV binaries. So, in all cases OpenCV
6
Manager uses built-in version of OpenCV. The new package selection logic in most cases simplifies
7
OpenCV installation on end user devices. In most cases OpenCV Manager may be installed automatically
8
from Google Play.
9
10
If Google Play is not available (i.e. on emulator, developer board, etc), you can install it
11
manually using adb tool:
12
13
adb install <path-to-OpenCV-sdk>/apk/OpenCV_<version>_Manager_<app_version>_<platform>.apk
14
15
Example: OpenCV_3.4.3-dev_Manager_3.43_armeabi-v7a.apk
16
17
Use the list of platforms below to determine proper OpenCV Manager package for your device:
18
19
- armeabi (ARMv5, ARMv6)
20
- armeabi-v7a (ARMv7-A + NEON)
21
- arm64-v8a
22
- mips
23
- mips64
24
- x86
25
- x86_64
26
27