I’m not sure what to do here when I get this error:
File “c:\Program Files (x86)\ZED SDK\samples\tutorials\tutorial 1 - hello ZED\python\hello_zed.py”, line 21, in
import pyzed.sl as sl
ImportError: DLL load failed while importing sl: The specified module could not be found.
I have checked the other threads and followed but no use. I have no idea how to use the dependency tool, what to import in it and so on. How can one know the expected .dll file which was supposed to be present is missing from the dependency tool? And what is pyzediot module? Where can I find it? I’m literally at the edge of uninstalling everything related to SDK.
Thank you for reaching out to us on the forum. Could you please run a ZED_Diagnotic which generates a json debug file and send it ? It will be really helpful for us. Also, did you follow the documentation to install the ZED SDK python API on Windows ( Install the ZED Python API - Stereolabs ) ? Could you also run "pip list" command in a shell to see if pyzed module was correctly installed ?
Do not hesitate to share how you proceeded to install the SDK, so we could clarify the steps if needed.
When I start ZED Diagnostic, it crashes after 2-3 seconds of starting the diagnosis. I followed the documentation to install the ZED SDK python API on Windows. Pyzed is correctly installed (it shows me in the pip list pyzed version 5.0).