Ask Your Question

Revision history [back]

You use OpenCVLoader.initDebug() method for OpenCV initialization. This method is designed for loading OpenCV from application package WITHOUT OpenCV Manager. The message means, that OpenCV libraries are missing in your *.apk package. Usage of debug initialization is not recommended method for production apps. Use OpenCVLoader.initAsync() method for initialization using OpenCV manager. See tutorial and reference for more details.