Ask Your Question

RicardoGomes123's profile - activity

2016-09-22 03:16:40 -0600 received badge  Enthusiast
2016-09-21 06:40:56 -0600 received badge  Supporter (source)
2016-08-17 03:39:57 -0600 commented question OpenCV installation in Android isn't working

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...

2016-08-16 06:59:00 -0600 asked a question OpenCV installation in Android isn't working

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

2016-08-10 09:14:54 -0600 commented question opencv sobel filter on real time video android

How did you solved that problem with the java.lang.NullPointerException? I'm having exactly the same error.