Nvarguscamerasrc TIMEOUT - JetPack 5.1.4

We run below command few days without problem by dual imx219.

gst-launch-1.0 nvarguscamerasrc ! 'video/x-raw(memory:NVMM)' ! nvvidconv flip-method=1 ! queue ! fpsdisplaysink video-sink=fakesink text-overlay=false -v

gst-launch-1.0 nvarguscamerasrc sensor-id=1 ! 'video/x-raw(memory:NVMM)' ! nvvidconv flip-method=1 ! queue ! fpsdisplaysink video-sink=fakesink text-overlay=false -v

I understand that, but how could it help for our project? We have IMX477 and nvargus-daemon still crashes with the same errors.
Is there a way to have a source code for nvargus part which is crashing? It would be much more efficient to debug and fix it in place, rather than guess and try to change other counterparts like driver with/without CID, etc.

How many time to get the error by IMX477?
Do you single camera or two cameras. The system only run run the camera by gstreamer?

I just got an error after 13 minutes of uptime with pipeline 3 cameras → nvcompositor → encoder → splitmuxsink
Now the same is working 1h13m without of issues.

I’m not sure what do you mean. I’m using gst-launch for better reproducibility.

Do you confirm by below command?

gst-launch-1.0 nvarguscamerasrc ! 'video/x-raw(memory:NVMM)' ! nvvidconv flip-method=1 ! queue ! fpsdisplaysink video-sink=fakesink text-overlay=false -v
gst-launch-1.0 nvarguscamerasrc sensor-id=1 ! 'video/x-raw(memory:NVMM)' ! nvvidconv flip-method=1 ! queue ! fpsdisplaysink video-sink=fakesink text-overlay=false -v