Source code for gbvision.exceptions.could_not_read_frame_exception

from .vision_exception import VisionException


[docs]class CouldNotReadFrameException(VisionException): """ this is raised when the camera could not be read from """