CaptureException Class Reference
Capturing a frame failed. More...
#include <cams/cam_exceptions.h>
Inheritance diagram for CaptureException:

Public Member Functions | |
| CaptureException (const char *format,...) | |
| Constructor. | |
Detailed Description
Capturing a frame failed.This exception is thrown if a camera failed to retrieve a new image from the camera.
Definition at line 42 of file cam_exceptions.h.
Constructor & Destructor Documentation
| CaptureException::CaptureException | ( | const char * | format, | |
| ... | ||||
| ) |
Constructor.
- Parameters:
-
format format of the descriptive message
Definition at line 62 of file cam_exceptions.cpp.
References fawkes::Exception::append_va().
The documentation for this class was generated from the following files:
- src/firevision/cams/cam_exceptions.h
- src/firevision/cams/cam_exceptions.cpp

