I'm creating a face detection/recognition app for Google Glass and every time that I try to run the program it says that OpenCV manager
is not installed and asks me to try and install it. When I click yes it says that it failed.
I also attempted to use terminal to install OpenCV manager
and this didn't fix the issue. I then decided to try and do static initialization and followed the steps here: http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.html#application-development-with-static-initialization
and included the libraries I am using in my libs folder but it still doesn't work.
The app has no jni folder so there is no android.mk
or application.mk
files to alter.
Has anyone figured out how to do use this on Google Glass and can help me out?
If there is anything else I could include to help you help me let me know!