24 #ifndef _FIREVISION_CAMS_CAM_EXCEPTIONS_H_
25 #define _FIREVISION_CAMS_CAM_EXCEPTIONS_H_
27 #include <core/exception.h>
29 namespace firevision {
Base class for exceptions in Fawkes.
Camera not opened exception.
CameraNotOpenedException()
Constructor.
Camera not started exception.
CameraNotStartedException()
Constructor.
Capturing a frame failed.
CaptureException(const char *format,...)
Constructor.
Unknown camera control exception.
UnknownCameraControlTypeException(const char *msg=0)
Constructor.
Unknown camera exception.
UnknownCameraException(const char *msg=0)
Constructor.
Unknown camera type exception.
UnknownCameraTypeException(const char *msg=0)
Constructor.