I have an application created with the stereolabs software which starts when the jetson orin pc starts.
it starts with user space systemd after zed_x_daemon process. but i found out when it starts not all camera’s are already detected and the application crashes 1 or 2 times before all (3) camera’s are found.
How can I be sure the zed_x_deamon is done with the zed_x camera initalisations before I can start the application?
or can I readout any sdk call to be sure initalisation is done?
Which zedx driver do you currently have installed on your jetson orin?
From the 1.3.1 drivers, the call to sudo systemctl restart zed_x_daemon becomes blocking until the initialization of the camera. It should also be true upon the startup of your jetson orin.