OpenCV installation in Android isn't working

asked 2016-08-16 06:59:00 -0600

RicardoGomes123 gravatar image

Hi,

I want to develop an App for Android 4.0.1 in OpenCV (it is going to be used on Epson Moverio BT2000).There are happening some errors I can not solve.

I'm using OpenCV version 3.0.0 and I've followed the following tutorials: http://blog.codeonion.com/2016/04/09/..., which work on my cellphone (Samsung Trent GT-7580 with Android 4.2.2).

When I try to run the aforementioned procedure on Moverio, the following error shows on the screen when I launch the application: "OpenCV manager package was not found. Try to install it".

In order to install it since there is no appstore or internet available I've installed the .apk. I've used the command line with

adb install < open_cv_manager_path.apk >.

This method works if I use my cellphone, but not for the Moverio Epson, which shows the following error in the command line:

"Sucess // rm failed for -f. No such file or directory"

And when running the application it now shows:

"It seems that your device does not support camera (or it is locked). Application will be closed ".

I belive the error is caused by the bad implementation of the OpenCV Manager in the Moverio, since in the samsung phone it works. Do you have any suggestion to solve this problem?

Best regards, Ricardo Gomes

edit retag flag offensive close merge delete

Comments

First of all, OpenCV version 3.0.0 was like the first OpenCV 3.x release, containing tons of small issues that were fixed in the meanwhile. Could you atleast go for a later, more stable version? As to your problem, are you sure you have all the same permissions on the Moverio as to the Samsung?

StevenPuttemans gravatar imageStevenPuttemans ( 2016-08-16 07:26:21 -0600 )edit

I've already used the OpenCV version 3.x and the problem still persists... I've also checked the permissions on the Moverio, and they are also correct...

RicardoGomes123 gravatar imageRicardoGomes123 ( 2016-08-17 03:39:57 -0600 )edit