I am trying to open 2 opencv image windows on the Drive Xavier Ubuntu platform. I am able to capture the first few seconds of both camera streams, but the streams freeze shortly after. When I quit the application, I get the following errors
GLib-CRITICAL **: Source ID 277 was not found when attempting to remove it
GLib-CRITICAL **: Source ID 237 was not found when attempting to remove it
I am running the two cameras on I2C bus 0 (quad camera port A).
The frames are 640 x 513 8bit pixels at 30 fps.
I am able to run 2 much higher resolution cameras using the sample OpenGL-based application, so my guess is that it’s not a bandwidth issue.
Could you please let me know you’re using PDK / DriveSoftware version?
I think you’re using your own cameras not DW supported cameras. Right?
And the sample application is using gsteamer? Thanks.