Hi,
Can you try adding format
to the camera caps and changing the encode
SENSOR_ID=0
FRAMERATE=14
gst-launch-1.0 -e nvarguscamerasrc sensor_id=$SENSOR_ID ! 'video/x-raw(memory:NVMM),width=4608,height=2592,framerate=$FRAMERATE/1, format=NV12' ! nvvidconv ! "video/x-raw,width=1920,height=1080" ! x264enc ! qtmux ! filesink location=RidgeRun_out.mp4
if this doesn’t work, please try
gst-launch-1.0 nvarguscamerasrc sensor_id=$SENSOR_ID -e ! 'video/x-raw(memory:NVMM),width=4608,height=2592,framerate=$FRAMERATE/1, format=NV12' ! fakesink