Plugin cannot find ZED SDK
See original GitHub issueHi all,
I am new to zed-unity integration and here is what I got after importing the plugin and hitting the play button in Unity;
DllNotFoundException: sl_unitywrapper
sl.ZEDCamera.CreateCamera (System.Int32 cameraID, System.Boolean verbose) (at Assets/ZED/SDK/NativeInterface/ZEDCamera.cs:870)
ZEDManager.Awake () (at Assets/ZED/SDK/Helpers/Scripts/ZEDManager.cs:1784)
The ZED plugin cannot be loaded.
Please check that you have ZED SDK v3.4 installed
If the problem persists, please contact our support team at support@stereolabs.com
UnityEngine.Debug:LogError (object)
sl.ZEDCamera:CheckPlugin () (at Assets/ZED/SDK/NativeInterface/ZEDCamera.cs:823)
GUIMessage:Awake () (at Assets/ZED/SDK/Helpers/Scripts/Utilities/GUIMessage.cs:122)
NullReferenceException: Object reference not set to an instance of an object
ZEDRenderingPlane.OnRenderImage (UnityEngine.RenderTexture source, UnityEngine.RenderTexture destination) (at Assets/ZED/SDK/Helpers/Scripts/Display/ZEDRenderingPlane.cs:1327)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr) (at /home/bokken/buildslave/unity/build/Modules/IMGUI/GUIUtility.cs:197)
This is on Ubuntu 18.04 with ZED Plugin for Unity v3.4.0, ZED SDK 3.4.2, CUDA 11.0 and Unity3D 2019.4.22f1. ZED Diagnostic shows everything is fine.
Anyone had same issue before? Any suggestion is appreciated! Many thanks in advance.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Cannot find TENSORT when installing ZED SDK v3.8.2 for ...
Hi, I am facing the error Cannot find TENSORT when installing the ZED SDK v3.8.2 using the script ZED_SDK_Tegra_L4T35.1_v3.8.2.zstd.run.
Read more >ZED is not working with my unity
I am facing one issue with zed unity integration, currently i am using zed SDK 4.0, zedunityplugin 4.0.1, whenever i am using my...
Read more >Software
Hello , I have downloaded the ZED Unity Plugin , I am running Ubuntu 18.04 , ZED SDK 3.3 . I can successfully...
Read more >Getting Started with Unity and ZED Problems
I've had this all working previously, but I've updated the SDK and Unity plugin package and now get the following script error: Assets\ZED\SDK\ ......
Read more >What do I do if my ZED/ZED Mini/ZED2/ZED2i is not working?
What do I do if my ZED/ZED Mini/ZED2/ZED2i is not working? · Remove any USB Extension cable or USB hub · Install the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks Obraun! I installed libusb and it is working now!
Yes, the problem come from libusb-0.1.so.4. Since it’s not found on your PC, the load of sl_unitywrapper is unsuccessful --> error. To solve this, simply call : $ sudo apt install libusb-dev This should install the missing dependencies.