Hello, I am looking for a reliable way to poll available GMSL cameras. The main purpose is to be able to add reliability in our stack.
I found a dirty way of doing this by watching the output of the journalctl command. But I would like to know if there is any clean solution to poll the cameras.
what did you meant poll?
there’re Jetson Partner Supported Cameras on the Jetson platform; you may contact with Jetson Camera Partners for the camera solutions.
thanks
there’s probing function during kernel initialization, it’s by default using plugin-manager with eeprom.
please see developer guide, Device Registration as see-also.
thanks