I am running some models in OAKD pro camera. i am running it 24x7 continuously for real time monitoring. but i get the following error
device: dai.Device = stack.enter_context(dai.Device(openVinoVersion, deviceInfo, usbSpeed))
RuntimeError: Cannot find any device with given deviceInfo
i tried using thread as i am running three cameras simultaneously, i tried to restart the camera as daemon but again it failed reconnecting after fewer attempts. What can i do so that the camera restarts even if it closes automatically. still there is no solution for me why camera is closing automatically. RuntimeError: Failed to find device after booting, error message: X_LINK_DEVICE_NOT_FOUND. but i tried handling this exception. but any thing didnt work out. Provide me some solution