OpenCV4Android

Version 14 (Alexander Smorkalov, 2013-03-04 08:30 am)

1 1
h1. Android
2 1
3 14 Alexander Smorkalov
OpenCV4Android homepage is here: http://opencv.org/android. This wiki is for co-developers.
4 1
5 7 Alexander Smorkalov
h2. Submitting a bug
6 1
7 10 Alexander Smorkalov
Have you done your homework? Let's check it:
8 1
9 14 Alexander Smorkalov
# Please check that you use the "latest version":http://opencv.org/downloads.html of OpenCV4Android. Please also check [[Android_Release_Notes|Release Notes]].
10 7 Alexander Smorkalov
# Please check the open "Android issues":http://code.opencv.org/projects/opencv/issues?query_id=4 on the tracker.
11 14 Alexander Smorkalov
# Ask "community":http://www.answers.opencv.org/ about your problem. May be your question was already "asked":http://www.answers.opencv.org/questions/scope:all/sort:activity-desc/tags:android/page:1/?
12 2 Alexander Smorkalov
13 7 Alexander Smorkalov
If you submit a ticket, please provide the correct "Category" name - @android@. If you could not identify the cause of the error, please provide the following information in your ticket:
14 7 Alexander Smorkalov
* Version number of Android platform (all 3 components of the version - for example: 2.2.1);
15 7 Alexander Smorkalov
* Exact CPU model of your device ("@adb shell cat /proc/cpuinfo@" command);
16 7 Alexander Smorkalov
* Output of "@adb logcat@" command;
17 7 Alexander Smorkalov
* Name of a sample if the problem is reproducible for any of the samples included into the binary package.
18 12 Alexander Smorkalov
* If you can create a failing [[Android Java API tests|JUnit test]], it may greatly help us.
19 1
20 7 Alexander Smorkalov
h2. Developer documentation
21 1
22 7 Alexander Smorkalov
* [[Building OpenCV4Android from trunk|Building OpenCV4Android from trunk]].