Closed alexispascual closed 2 years ago
Just tested with a Jetson TX2 and the script runs fine. On my TX2, the set up is the same, with the ZED SDK installed via the run script found here.
So it's most likely a problem with the Jetson Nano.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days
Preliminary Checks
Description
I’m getting the following error whenever I run the depth sensing script from the tutorials on the Jetson Nano:
More specifically, the error happens on the
zed.grab(runtime_parameters)
call. The camera opens successfully, and I can query the serial number and set theinitial_parameters
but after that,zed.grab()
fails.I am primarily using the Python API but this happens for the C++ code as well. Disabling
enable_depth
in theruntime_parameters
allows me to take images but obviously, this defeats the purpose of getting a stereo camera.It seems to be a C++ runtime error so I’m not entirely sure how to approach the fix. I’m hoping someone can help me out.
Thank you!
Steps to Reproduce
Expected Result
Get depth map.
Actual Result
ZED Camera model
ZED2
Environment
Anything else?
No response