Setting pipeline to PAUSED …
Setting depth_mode to ULTRA
Brightness: 4
Contrast: 4
Hue: 0
Saturation: 4
Sharpness: 4
Gamma: 8
AEC_AGC: 1
WHITEBALANCE_AUTO: 1
LED_STATUS: 1
Pipeline is live and does not need PREROLL …
Setting pipeline to PLAYING …
New clock: GstSystemClock
terminate called after throwing an instance of ‘std::length_error’
what(): vector::_M_default_append
Aborted (core dumped)
ZED_Explorer works, so I know the camera is working.
ZEDfu gives the same error as the GStreamer source element
$ ZEDfu
terminate called after throwing an instance of ‘std::length_error’
what(): vector::_M_default_append
Aborted (core dumped)
Any suggestions on how to go about debugging this?
Hi @mndar,
as I supposed there is something wrong with your CUDA installation.
As you say the system detects CUDA 11.2 with nvidia-smi, while the nvcc compiler detects CUDA 10.2.
I suggest you uninstall CUDA and install it back from scratch.
You can force the complete removal of CUDA with the command $ sudo apt purge nvidia*
then you can reinstall the ZED SDK, it will take care of installing the correct CUDA version for you.