DaneLLL
6
Hi,
RG8 looks to be Bayer format. Please refer to document for sensor driver programming:
https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%2520Linux%2520Driver%2520Package%2520Development%2520Guide%2Fcamera_sensor_prog.html%23wwconnect_header
When the driver and device tree is ready, you can capture by running
$ gst-launch-1.0 nvarguscamerasrc ! nvoverlaysink
And then you can try this python sample: