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.3.10904
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
Hello,
i managed to run Gmsl2 Camera with Imx728 Image Sensor by starting the “sample_application” using DriveWorks SDK 5.10. The Camera is streaming at 30fps. For synchronization with other sensors, I would like to ask if we can control the camera or send a signal to the camera in a way so that the camera can capture the image frame on my demand?
Thank you in advance for your support
Hi SivaRamaKrishna,
thank you for your reply!
as i understand correctly, once the driveworks “sample_camera” app is called, the camera will always outputs images at 30fps. In the main.cpp of the “sample_camera” it does contains the onKeyDown() function, by which the user can “pause” the camera by pressing Key “P” + "Camera Index ". I try it and the application completely freezes and the camera cannot resume streaming even though i press Key “O” + Camera Index. My Question is why pressing the “P” button causes the application to crash instead of “pausing” the camera?
Hi SivaRamaKrishna,
I pressed “P 0” to pause the camera 0. I did see the outputs “Pausing sensor 0” and the camera stopped. Then i tried to resume the camera by pressing “O 0” on the keyboard. This time i didn’t see any message outputs and the application froze. I assume that the camera should stream the images when i press the “O 0” button?