OpenCV on Android, tutorial samples [closed]

asked 2013-07-17 08:26:37 -0600

XavierP gravatar image

updated 2013-07-17 08:39:13 -0600

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

edit retag flag offensive reopen merge delete

Closed for the following reason not a real question by StevenPuttemans
close date 2013-07-17 09:24:34.750792

Comments

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!

StevenPuttemans gravatar imageStevenPuttemans ( 2013-07-17 09:23:53 -0600 )edit