This commit catches missing cameras in the camera_display
example. If one of the cameras is missing, the example would
not perform properly, and report a confusing OSError.
Instead, we now catch this error, describe the issue, and
recommend the user contact Rethink Support.
Fixes IN-3629, tested on PV3 with an unplugged head camera.
This commit catches missing cameras in the
camera_display
example. If one of the cameras is missing, the example would not perform properly, and report a confusingOSError
.Instead, we now catch this error, describe the issue, and recommend the user contact Rethink Support.
Fixes IN-3629, tested on PV3 with an unplugged head camera.