I have a realsense D435 that I want to use in deeesptream
INFO: <bus_callback:204>: incorrect camera parameters provided, please provide supported resolution and frame rate
I searched for information and the following methods can solve it
gst-launch-1.0 v4l2src device=/dev/video4 ! 'video/x-raw, format=YUY2, width=640, height=480, framerate=30/1' ! nvvideoconvert ! 'video/x-raw(memory:NVMM),format=NV12' ! mux.sink_0 nvstreammux name=mux width=1280 height=720 batch-size=1 ! fakesink
but,
WARNING: erroneous pipeline: no element “v4l2src”