Thank you Jaka for your response.
We are using a custom script in a production environment. The script was running for almost one month, where it takes an image when triggered and utilize detection network linked to Yolo model to detect objects. It is working smoothly except for this time when it failed with this critical error at some point making the camera connection to be closed. And required a manual restart.
I would like to include an exception handling for such error so we do not lose the camera connection while running in a time sensitive production environment.
Do you think the upgrade will prevent this error from happening again? Or it might still happen? What is the best way to handle this error beside restarting the camera which takes around 5-10 seconds?
Thanks in advance!