Hi,
I am currently developing a system using Jetson TX1 to take two 4-Lane CSI inputs, and each of the two CSI inputs is comprised of aggregated CSI data from four cameras (so 8 cameras total).
Here are the things I would like some guidance on to bring my system up:
-
How do you configure the Jetson TX1 to take in two 4-lane CSI data?
-
Do you have any user guides that explains the code/architecture? I saw an Argus demo that uses multi sensor, but am having trouble understanding the code.
-
How could I separate the CSI data so that the monitor shows 8 camera videos (4 cameras from each 4-lane CSI input) on the screen?
Thanks.