It input HDMI signal (3840x2160xP60) to FPGA, and the FPGA output 8 lane (4 lane + 4 lane, 1920x2160xP60 YUV422 + 1920x2160xP60 YUV422) to AGX ORIN CSI.
AGX ORIN CSI merge 1920x2160xP60 YUV422 and 1920x2160xP60 YUV422 to /dev/video0 (3840x2160xP60).
Currently, we can successfully receive two video (1920x2160xP60 YUV422) in AGX ORIN.
But we need to know how to enable the gang mode for merge two video to /dev/video0 (3840x2160xP60) on Jetson AGX ORIN platform.
Could you give some documents and sample code for us?
But I see below post mention Jetson CSI could support gang mode, and it could support this requirement.
Could you provide more detail in device tree setting?
Does it only set ‘bus-width = <8>’ for it in JetPack 5.1.1?
[Forums] How to enable 8-lane MIPI data (Gang mode) on Jetson Xavier nx
Hi,
We don’t support the mode on Orin series. The possible solution is to capture 2 1920x2160 frame data and composite to single 3840x2160 through hardware converter.
Please share where you see this constraint. For imx274, we can capture bayer frame data in 4Kp60 with 4 lanes. It is supposed to work for YUV422 4Kp60.