I have connected 3 imx296 single lane camera to orin NX and am unable to stream more than 2 cameras simultaneously. The resolution of the camera is 1080x1440 at 60 fps.
Pipeline used gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! nvvidconv ! xvimagesink
I run this command individually(changing sensor id) it works fine for all 3 cameras.
Even in the argus_camera application am not able to stream more than 1 camera simultaneously.
Is this the limitation of the Orin Nano or some other issues.
Hi,
Please check if you are able to stream the three cameras in running v4l2-ctl command to capture raw frame data. To clarify if it is specific to using Argus stack.
Hi team it was due to a missing parameter in the device tree called lane_polarity
initially i had only added lane_polarity=6 in the serial_b section.
Then i had a look into other camera dtsi’s and i have added it to serial_a section also
Now I am able to steam all 3 cameras in argus_camera multisession mode