I’m using zed2 mini and getting this error. Why doesn’t it work with camera-resolution=2 even though it is supported resolution from the documentation?
I was able to run this command with camera-resolution=3
gst-launch-1.0 -v zedsrc camera-resolution=2 camera-fps=30 stream-type=2 name=src ! videoconvert ! nvvidconv ! “video/x-raw(memory:NVMM)” ! nvv4l2h264enc bitrate=12500 preset-level=1 maxperf-enable=1 ! h264parse ! rtph264pay config-interval=-1 pt=96 mtu=1400 ! queue max-size-time=0 max-size-bytes=0 max-size-buffers=0 ! udpsink name=sink host=10.0.0.55 port=5001 sync=false async=false buffer-size=65536
Setting pipeline to PAUSED …
Opening in BLOCKING MODE
Setting depth_mode to NONE
ERROR: from element /GstPipeline:pipeline0/GstZedSrc:src: Failed to open camera, ‘INVALID RESOLUTION’