OpenCV4Android
Version 10 (Alexander Smorkalov, 2013-03-04 08:30 am)
1 | 1 | h1. Android |
|
---|---|---|---|
2 | 1 | ||
3 | 9 | Alexander Smorkalov | Major OpenCV4Android page is here: http://opencv.org/android.html. |
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 | 9 | Alexander Smorkalov | # Please check that you use the "latest version":http://opencv.org/downloads.html of OpenCV4Android. |
10 | 7 | Alexander Smorkalov | # Please check the open "Android issues":http://code.opencv.org/projects/opencv/issues?query_id=4 on the tracker. |
11 | 7 | Alexander Smorkalov | # Ask "community":https://groups.google.com/group/android-opencv about your problem. |
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 | 10 | 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]]. |