Skip to content
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

Open
natanloterio opened this issue Jan 5, 2021 · 6 comments
Open

No Implementation Found #1

natanloterio opened this issue Jan 5, 2021 · 6 comments

Comments

@natanloterio
Copy link

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 the DetectorParameters.create() it trows that exception.

Do you have any tips on that?

@RivoLink
Copy link
Owner

RivoLink commented Jan 5, 2021

Hi,

Do you use the opencv inside this project?
Because it uses a contrib version of opencv that have a full fonctionnaly of aruco.

Sorry for my english :)

@natanloterio
Copy link
Author

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 :
arm64-v8a
x86
x86_64
.... and others achitectures?

Btw, your English is very good

@RivoLink
Copy link
Owner

RivoLink commented Jan 6, 2021

Hi, you are welcome

You can check here for that:
https://github.com/RivoLink/opencv-android/tree/master/opencv3_4_4_contrib/native/libs

Thank you :)

@natanloterio
Copy link
Author

natanloterio commented Jan 6, 2021

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!

@RivoLink
Copy link
Owner

RivoLink commented Jan 6, 2021

Great, thank you too.

I will contact you when i need help :)

@CGjungAtGitHub
Copy link

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.
Thanks again and have a nice day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants