I have set up the Zed 2i according to the documentation with CUDA 12.1. After resolving the error with the get_python_api.py (OpenGL-accelerate whl did not work, so installed OpenGL manually). I was able to get the body tracking to work however it does not make any detections. I saw in another forum post to run the diagnostics and optimize the AI models which are done. The object detection sample shows Corrupt SDK error despite multiple reinstalls of the SDK.
Is it just Python samples that do not work? You can find compiled and ready to run .exe files in C:\Program Files (x86)\ZED SDK\samples\bin. Can you run ZED_Body_Tracking_Viewer.exe and tell me if it works?
Can you try re-running the get_python_api.py script after you’ve installer OpenGL manually?
Hello @JPlou,
Thank you for your response. As new users cannot attach files, I have uploaded the json to this google drive link along with a screenshot of re-running the get_python_api.py script, It uninstalls the version of OpenGL that is installed and tries to reinstall it. I have tried the ZED_Body_Tracking_Viewer.exe and that works as expected.
It seems it all tracks back to a pyopengl-accelerate installation error in our script.
Can you try the workaround of this post? (installing pyopengl-accelerate and removing the line trying to install it from our script (look for the package’s name in the script).