OpenCV on Android, tutorial samples [closed]
Hello there,
I tried to use OpenCV with Android, so I followed this tutorial. I could download, install & configure everything. But when I compiled the code, most of it wasn't execute well on my device: an HTC One.
Here's a detailed list:
- 15-puzzle: open & instantly close itself, without displaying anything
- Color-Blob-detection: same as 15-puzzle
- Face-detection: open a black application with a pop-up "Fatal error, can't open the camera"
- Images-manipulations: same as CBD & 15-puzzle
- Android Camera: open a black window with "OCV TO Android Camera" in the left-up corner
- Add OpenCV: same as Android Camera but displaying "OCV T1 Add OpenCV"
- Use OpenCV Camera: same as Android Camera
- Native Accelerometer: seems to work properly
I've been seeking on the web, trying to figure out the matter on my phone / sample / computer, but I couldn't find anything.
Many thanks if you have something for me.
XavierP
Basically start with the first one, run a debugger and see why it crashes. You can't expect people to give a solution for fixing multiple examples at once. Create a better question using guidance in the FAQ!