Hello,
I followed the instructions in the Jetson AGX Orin FAQ to update /etc/X11/xorg.conf
.
I then start the VNC server using TigerVNC with the following command:
x0vncserver :0 -geometry 1920x1080 -localhost no
The VNC session starts correctly. However, when I run the following GStreamer pipeline:
gst-launch-1.0 nvarguscamerasrc ! fakesink
the VNC connection and entire X session crash.
We rely on nvarguscamerasrc
to capture frames from the IMX477.
Do you know what might be causing this crash? Are there any recommended fixes or alternative headless setup methods for Jetson Orin that still support nvarguscamerasrc
?
Thank you in advance for any help or suggestions!