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