I am trying to use the Zed2 GStreamer integration. For me, it works on the Jetson with Jetpack 4.5.
However on Ubuntu 18.04 x86_64, with CUDA 10.2, this is the error.
I am using CUDA 10.2 installed with Ubuntu 18.04.
$ gst-launch-1.0 zedsrc ! queue ! autovideoconvert ! queue ! fpsdisplaysink
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?
Thanks
mndar