Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
24f369c4
Commit
24f369c4
authored
Nov 06, 2013
by
Alexander Smorkalov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Android Manager Version++.
parent
43c91572
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
18 deletions
+18
-18
O4A_SDK.rst
...tutorials/introduction/android_binary_package/O4A_SDK.rst
+2
-2
AndroidManifest.xml
platforms/android/service/engine/AndroidManifest.xml
+2
-2
readme.txt
platforms/android/service/readme.txt
+14
-14
No files found.
doc/tutorials/introduction/android_binary_package/O4A_SDK.rst
View file @
24f369c4
...
@@ -51,7 +51,7 @@ The structure of package contents looks as follows:
...
@@ -51,7 +51,7 @@ The structure of package contents looks as follows:
OpenCV-2.4.7-android-sdk
OpenCV-2.4.7-android-sdk
|_ apk
|_ apk
| |_ OpenCV_2.4.7_binary_pack_armv7a.apk
| |_ OpenCV_2.4.7_binary_pack_armv7a.apk
| |_ OpenCV_2.4.7_Manager_2.1
3
_XXX.apk
| |_ OpenCV_2.4.7_Manager_2.1
4
_XXX.apk
|
|
|_ doc
|_ doc
|_ samples
|_ samples
...
@@ -295,7 +295,7 @@ Well, running samples from Eclipse is very simple:
...
@@ -295,7 +295,7 @@ Well, running samples from Eclipse is very simple:
.. code-block:: sh
.. code-block:: sh
:linenos:
:linenos:
<Android SDK path>/platform-tools/adb install <OpenCV4Android SDK path>/apk/OpenCV_2.4.7_Manager_2.1
3
_armv7a-neon.apk
<Android SDK path>/platform-tools/adb install <OpenCV4Android SDK path>/apk/OpenCV_2.4.7_Manager_2.1
4
_armv7a-neon.apk
.. note:: ``armeabi``, ``armv7a-neon``, ``arm7a-neon-android8``, ``mips`` and ``x86`` stand for
.. note:: ``armeabi``, ``armv7a-neon``, ``arm7a-neon-android8``, ``mips`` and ``x86`` stand for
platform targets:
platform targets:
...
...
platforms/android/service/engine/AndroidManifest.xml
View file @
24f369c4
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.opencv.engine"
package=
"org.opencv.engine"
android:versionCode=
"21
3
@ANDROID_PLATFORM_VERSION_CODE@"
android:versionCode=
"21
4
@ANDROID_PLATFORM_VERSION_CODE@"
android:versionName=
"2.1
3
"
>
android:versionName=
"2.1
4
"
>
<uses-sdk
android:minSdkVersion=
"@ANDROID_NATIVE_API_LEVEL@"
/>
<uses-sdk
android:minSdkVersion=
"@ANDROID_NATIVE_API_LEVEL@"
/>
<uses-feature
android:name=
"android.hardware.touchscreen"
android:required=
"false"
/>
<uses-feature
android:name=
"android.hardware.touchscreen"
android:required=
"false"
/>
...
...
platforms/android/service/readme.txt
View file @
24f369c4
...
@@ -14,20 +14,20 @@ manually using adb tool:
...
@@ -14,20 +14,20 @@ manually using adb tool:
.. code-block:: sh
.. code-block:: sh
adb install OpenCV-2.4.
6-android-sdk/apk/OpenCV_2.4.6_Manager_2.9
_<platform>.apk
adb install OpenCV-2.4.
7-android-sdk/apk/OpenCV_2.4.7_Manager_2.14
_<platform>.apk
Use the table below to determine proper OpenCV Manager package for your device:
Use the table below to determine proper OpenCV Manager package for your device:
+------------------------------+--------------+---------------------------------------------------+
+------------------------------+--------------+---------------------------------------------------
-
+
| Hardware Platform | Android ver. | Package name |
| Hardware Platform | Android ver. | Package name
|
+==============================+==============+===================================================+
+==============================+==============+===================================================
=
+
| armeabi-v7a (ARMv7-A + NEON) | >= 2.3 | OpenCV_2.4.
6_Manager_2.9
_armv7a-neon.apk |
| armeabi-v7a (ARMv7-A + NEON) | >= 2.3 | OpenCV_2.4.
7_Manager_2.14
_armv7a-neon.apk |
+------------------------------+--------------+---------------------------------------------------+
+------------------------------+--------------+---------------------------------------------------
-
+
| armeabi-v7a (ARMv7-A + NEON) | = 2.2 | OpenCV_2.4.
6_Manager_2.9
_armv7a-neon-android8.apk |
| armeabi-v7a (ARMv7-A + NEON) | = 2.2 | OpenCV_2.4.
7_Manager_2.14
_armv7a-neon-android8.apk |
+------------------------------+--------------+---------------------------------------------------+
+------------------------------+--------------+---------------------------------------------------
-
+
| armeabi (ARMv5, ARMv6) | >= 2.3 | OpenCV_2.4.
6_Manager_2.9
_armeabi.apk |
| armeabi (ARMv5, ARMv6) | >= 2.3 | OpenCV_2.4.
7_Manager_2.14
_armeabi.apk |
+------------------------------+--------------+---------------------------------------------------+
+------------------------------+--------------+---------------------------------------------------
-
+
| Intel x86 | >= 2.3 | OpenCV_2.4.
6_Manager_2.9
_x86.apk |
| Intel x86 | >= 2.3 | OpenCV_2.4.
7_Manager_2.14
_x86.apk |
+------------------------------+--------------+---------------------------------------------------+
+------------------------------+--------------+---------------------------------------------------
-
+
| MIPS | >= 2.3 | OpenCV_2.4.
6_Manager_2.9
_mips.apk |
| MIPS | >= 2.3 | OpenCV_2.4.
7_Manager_2.14
_mips.apk |
+------------------------------+--------------+---------------------------------------------------+
+------------------------------+--------------+---------------------------------------------------
-
+
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment