|
Fawkes API
Fawkes Development Version
|
Camera source control interface. More...
#include <>>

Public Member Functions | |
| virtual | ~CameraControlSource () |
| Empty virtual destructor. | |
| virtual unsigned char | source ()=0 |
| Return the currently selected image source. | |
| virtual void | set_source (unsigned char source)=0 |
| Set the current image source. | |
Public Member Functions inherited from firevision::CameraControl | |
| virtual | ~CameraControl () |
| Virtual empty destructor. | |
Camera source control interface.
Some cameras have multiple image sources; with this control, it is possible to switch between them.
|
virtual |
Empty virtual destructor.
Definition at line 50 of file source.cpp.
|
pure virtual |
Set the current image source.
| source | id of the new source |
Implemented in firevision::NaoCamera.
|
pure virtual |
Return the currently selected image source.
Implemented in firevision::NaoCamera.