-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Implementation Found #1
Comments
Hi, Do you use the opencv inside this project? Sorry for my english :) |
Hi! Thank you for your fast reply. So must be something related with that. Because the opencv344-contrib inside the project just supports armeabi-v7a, I've downloaded a version from GitHub , and things stoped to work. Do you know where can I find opencv344-contrib libs for : Btw, your English is very good |
Hi, you are welcome You can check here for that: Thank you :) |
Thank you very much! It worked like a charm! If you need any help with Android, I put my self available for anything. Have a great day! |
Great, thank you too. I will contact you when i need help :) |
The information that we have to copy the native libraries into the project is the key. Thanks a lot. Now it is alsow working on my computer. |
Hi There
I just got the following error:
No implementation found for long org.opencv.aruco.DetectorParameters.create_0() (tried Java_org_opencv_aruco_DetectorParameters_create_10 and Java_org_opencv_aruco_DetectorParameters_create_10__)
Im static loading the
libopencv_java3
successfuly, but when the code calls theDetectorParameters.create()
it trows that exception.Do you have any tips on that?
The text was updated successfully, but these errors were encountered: