« Previous -
Version 9/15
(diff) -
Next » -
Current version
Alexander Smorkalov, 2013-03-04 08:30 am
Android¶
Major OpenCV4Android page is here: http://opencv.org/android.html.
Submitting a bug¶
Did you do your homework? Let's check it:
- Please check that you use the latest version of OpenCV4Android.
- Please check the open Android issues on the tracker.
- Ask community about your problem.
android
. If you could not identify the cause of the error, please provide the following information in your ticket:
- Version number of Android platform (all 3 components of the version - for example: 2.2.1);
- Exact CPU model of your device ("
adb shell cat /proc/cpuinfo
" command); - Output of "
adb logcat
" command; - Name of a sample if the problem is reproducible for any of the samples included into the binary package.
- If you can create a failing JUnit test, it may greatly help to us.