Please provide the following info (tick the boxes after creating this topic): Software Version
DRIVE OS 6.0.6
DRIVE OS 6.0.5
DRIVE OS 6.0.4 (rev. 1)
DRIVE OS 6.0.4 SDK
other
Target Operating System
Linux
QNX
other
Hardware Platform
DRIVE AGX Orin Developer Kit (940-63710-0010-300)
DRIVE AGX Orin Developer Kit (940-63710-0010-200)
DRIVE AGX Orin Developer Kit (940-63710-0010-100)
DRIVE AGX Orin Developer Kit (940-63710-0010-D00)
DRIVE AGX Orin Developer Kit (940-63710-0010-C00)
DRIVE AGX Orin Developer Kit (not sure its number)
other
SDK Manager Version
1.9.2.10884
other
Host Machine Version
native Ubuntu Linux 20.04 Host installed with SDK Manager
native Ubuntu Linux 20.04 Host installed with DRIVE OS Docker Containers
native Ubuntu Linux 18.04 Host installed with DRIVE OS Docker Containers
other
Hi ,
I see that on Orin AGX with camera configuration V1SIM728S2RU2030NB20_CPHY_x4 , we are able to get the camera working with nvsipl_camera out of only one port at a time. The Configuration for works for PORT A ,C D individually. But when we try to work with port A and C or A and D the nvsipl_camera fails
Could you confirm whether the given command works? If it doesn’t, kindly share its output.
$ sudo ./nvsipl_camera --platform-config “V1SIM728S2RU2030NB20_CPHY_x4” --link-enable-masks " 0x0001 0x0000 0x0000 0x0001" showfps -v 4
What kind of failure are you seeing when running cameras on 2 groups simultaneously? From the log, I don’t see any error, and both cameras on group A and D are streaming. I can see
Vick, we see the frame captured on to display only from one camera group A and not group D camera . Is this a limitation ? I was thinking we should be able to see on display the capture from both cameras
I agree that when we are using one port say like PORT A , all the cameras in that port are able to get the display. But there should be a way to display 2 camara capture take out of 2 different ports. Nvsipl_camera may not be the right one. But is there a way outside of nvsipl_camera if so how
You have the option to switch and display images from cameras connected to specific ports, but not from cameras connected to different ports simultaneously.
Hi Vick, thank you for the information. So at the API level can you provide any references that can help us for this purpose. want to make sure that i can be able to capture video using all the cameras.
Thank you for your response. To gain more insights and references for capturing video using all the cameras, I recommend exploring the source code and the document of the sample application. You can find the source code at the following location on your host system that is installed with DRIVE OS packages:
By examining the source code, you can better understand the implementation details and usage of the related APIs. This will provide you with valuable references to achieve your goal.