OpenCV4Android

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

1 1
h1. Android
2 1
3 7 Alexander Smorkalov
Major OpenCV4Android page is here: http://opencv.alekcac.webfactional.com/android.html.
4 1
5 7 Alexander Smorkalov
h2. Submitting a bug
6 1
7 7 Alexander Smorkalov
Did you do your homework? Let's check it:
8 1
9 7 Alexander Smorkalov
# Please check that you use the "latest version":http://opencv.alekcac.webfactional.com/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 1
19 7 Alexander Smorkalov
h2. Developer documentation
20 1
21 7 Alexander Smorkalov
* [[Building OpenCV4Android from trunk|Building OpenCV4Android from trunk]].