1 | initial version |
java.lang.UnsatisfiedLinkError: Native method not found exception
for methods from OpenCV means that you try to use OpenCV before its initialization. You may use OpenCV objects and call methods from library only after onManagerConnected
with status LoaderCallbackInterface.SUCCESS
.