-
-
Notifications
You must be signed in to change notification settings - Fork 483
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
Can't get the DLL to load in Editor #21
Comments
Maybe OpenCV is not installed under In this case, please update opencv_linux.BUILD according to your environment. |
Hi there, thank you very much, also for your fast answer. You were right the libraries were under /usr/lib/x86_64-linux-gnu For anyone encountering this issue maybe the following is helping:
That worked for me! Thanks again! |
Hi there,
I installed the mediapipe libraries and got the cpu examples to work.
I can also run your commands 'make cpu' and 'make install'.
Nonetheless I get the "DllNotFoundException: mediapipe_c" exception when running the CPU example scene. If I try to load the libmediapipe_c plugin on startup I get the following warning
"Plugins: Couldn't open Assets/MediaPipe/SDK/Plugins/libmediapipe_c.so, error: Assets/MediaPipe/SDK/Plugins/libmediapipe_c.so: undefined symbol: _ZN2cv6String8allocateEm"
I installed OpenCV as mentioned in the mediapipe installation guide. I am running on Ubuntu 18.04.5 LTS and Unity 2019.4.15f1
I would be grateful for any help.
The text was updated successfully, but these errors were encountered: