Aruco-Android icon indicating copy to clipboard operation
Aruco-Android copied to clipboard

No Implementation Found

Open natanloterio opened this issue 5 years ago • 6 comments

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?

natanloterio avatar Jan 05 '21 13:01 natanloterio

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 :)

RivoLink avatar Jan 05 '21 15:01 RivoLink

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

natanloterio avatar Jan 05 '21 17:01 natanloterio

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 :)

RivoLink avatar Jan 06 '21 05:01 RivoLink

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!

natanloterio avatar Jan 06 '21 12:01 natanloterio

Great, thank you too.

I will contact you when i need help :)

RivoLink avatar Jan 06 '21 20:01 RivoLink

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.

CGjungAtGitHub avatar Jan 05 '22 04:01 CGjungAtGitHub