AGX Orin R35.4: No cameras avaliable when using GStreamer with nvarguscamerasrc

I can now capture data from the AR0234 cameras (after passing through the ISP on the Orin), referenced the commands in the following link.

gst-launch-1.0 nvarguscamerasrc sensor-id=0 sensor-mode=0 ! ‘video/x-raw(memory:NVMM), width=1920, height=1200, format=(string)NV12, framerate=(fraction)30/1’ ! queue ! nv3dsink

gst-launch-1.0 nvarguscamerasrc sensor-id=1 sensor-mode=0 ! ‘video/x-raw(memory:NVMM), width=1920, height=1200, format=(string)NV12, framerate=(fraction)30/1’ ! queue ! nv3dsink

But it won’t run for long before reporting an error and exiting.

err-sensor-id_0.txt (2.4 KB)

err-sensor-id_1.txt (2.4 KB)