gbvision.exceptions package

Submodules

gbvision.exceptions.could_not_read_frame_exception module

exception gbvision.exceptions.could_not_read_frame_exception.CouldNotReadFrameException[source]

Bases: gbvision.exceptions.vision_exception.VisionException

this is raised when the camera could not be read from

gbvision.exceptions.device_not_found_exception module

exception gbvision.exceptions.device_not_found_exception.DeviceNotFoundException[source]

Bases: gbvision.exceptions.vision_exception.VisionException

this is raised when the program was not able to connect to the camera

gbvision.exceptions.stream_closed module

exception gbvision.exceptions.stream_closed.StreamClosed[source]

Bases: OSError

indicates that a stream was closed

gbvision.exceptions.tcp_stream_closed module

exception gbvision.exceptions.tcp_stream_closed.TCPStreamClosed[source]

Bases: gbvision.exceptions.stream_closed.StreamClosed

indicates that a stream was closed

gbvision.exceptions.vision_exception module

exception gbvision.exceptions.vision_exception.VisionException[source]

Bases: Exception

Generic vision exception

gbvision.exceptions.vision_warning module

exception gbvision.exceptions.vision_warning.VisionWarning[source]

Bases: Warning

Generic vision warning

Module contents