Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV in Android C++

Hello all,

I am planning to use OpenCV in Android NDK layer to get frames from the phone camera. The reason i want it to be in the NDK is because of security concerns using the Java API's.

I have seen some samples here on using OpenCV in NDK with JNI layer. When i run those applications in my phone it's asking to install "OpenCV Manager" and also "OpenCV libraries".

Is it possible that i can eliminate the dependency of OpenCV Manager?

i.e., do some sort of static linking to the OpenCV libraries so that when i run the application it will not ask to install the OpenCV Manager and other specific libraries?

Please advise.

Thanks in advance!