Hello,
I am trying to use SAL to read frames from a USB camera on my Ubuntu
Other programs are able to present the camera video feed but I am not able to do it using driveworks.
Opening and starting the sensor works and even the light indicating camera usage is lit up.
But every time I’m trying to read a new frame I recieve timeout.
Any idea what can cause this?
If it matters I tried doing this using my laptop’s built-in camera and an external USB camear Logitech c920 with the same result.
The platform is DRIVE AGX
But the problem occurs when running on my laptop’s Ubuntu not the drive.
It is the code of sample_camera_usb (just added some prints) but it is pretty much
Dear @biber.barak,
So as I understand, you are using the same(just few prints added) sample_camera_usb sample.
Did you increase the timeout parameter and see if it helps?
Haven’t used a usb camera on the DRIVE AGX only a gmsl so I don’t know.
But I wish to have a camera feed on the host to test it as part of a bigger program but for this I need the capture to work on the host.