Hi Nvidia,
I’m using IMX290 MIPI camera module on Orin NX and L4T35.3.1.
I ran following command. It shows the camera video on the screen and works fine.
$ gst-launch-1.0 nvarguscamerasrc sensor-id=0 sensor-mode=0 ! 'video/x-raw(memory:NVMM), width=(int)1948, height=(int)1096, format=(string)NV12, framerate=(fraction)30/1' ! nvvidconv ! xvimagesink -e
But If the camera program didn’t close. It will hang after Ubuntu system suspend and can’t open again.
If the camera program closed before system susopend. The camera can run well after suspend.
The camera vender says that is a normal case in jetpack.
Is it a know issue or bug in jetpack?