The following gstreamer pipeline feeds a webcam stream to a nvidia deepstream applicantion
gst-launch-1.0 v4l2src device=/dev/video0 ! videoconvert ! ‘video/x-raw,format=(string)YUY2’ ! nvvidconv ! ‘video/x-raw(memory:NVMM),width=1280,height=720,framerate=15/1’ ! nvvidconv ! ‘video/x-raw,format=(string)NV12’ ! nvvideoconvert ! mux.sink_0 nvstreammux live-source=1 name=mux batch-size=1 width=1280 height=720 ! nvinfer config-file-path=/opt/nvidia/deepstream/deepstream-6.0/samples/configs/deepstream-app/config_infer_primary.txt ! nvvideoconvert ! nvdsosd ! nvegltransform ! nveglglessink sync=0
What is the raw format of the ZED 2 video stream so I can attempt to use gstreamer convert commands to make the stream something deepstream will accept?