Sample tutorial_dnn_android not working without OpenCV Manager [closed]
Decided to check an example https://docs.opencv.org/3.4.2/d0/d6c/.... The application was building successfully, but because of the impossibility of initializing OpenSVManager it does not work. Can you help with fixing the example code?
please take a look at Application Development with Static Initialization
From the tutorial:
Install once an appropriate OpenCV manager from unpacked_OpenCV_package/apk to target device.
. If you want to ask how to use this sample without the manager - ask it.Yes, I want to ask how to use this sample without a manager. According to the instructions https://docs.opencv.org/master/d5/df8..., I added an SO-file to the opencv_mobilenet\ app\src\main\libs\armeabi folder, but the gradle gives an error when building. How to configure the gradle so that it connects the libraries from the SO-file?
The graddle error is below
Execution failed for task ':app:compileDebugNdk'.
Used OpenCV version 3.4.3