Camera control.
More...
|
| | Camera (Robot _robot) |
| | The camera class.
|
| |
| Bitmap | GetImage () |
| | Collect a camera image (in a Bitmap format)
|
| |
| | Component (Robot _robot) |
| | The constructor.
|
| |
| virtual void | Update () |
| | The Update function that manually refreshes the state of a given component (e.g. when AutoUpdate = false)
|
| |
|
| bool | AutoUpdate = true |
| | Automatic update option for methods requesting more than one piece of information.
|
| |
| Robot | robot |
| | The robot class, accessible by all dervied classes.
|
| |
Specifies the camera anti-flickering frequency.
- Enumerator:
| AUTO |
Auto-detect
|
| F50HZ |
50 Hz
|
| F60HZ |
60 Hz
|
Specifies the camera compression ratio.
- Enumerator:
| LOW |
Low quality
|
| MED |
Medium quality (default)
|
| HI |
High quality
|
Specifies the camera image resolution.
- Enumerator:
| QCIF |
176x144 pixels, QCIF resolution
|
| CGA |
320x240 pixels, CGA resolution
|
| CIF |
352x288 pixels, CIF resolution (default)
|
| VGA |
640x480 pixels, VGA resolution
|
| Rovio.API.Camera.Camera |
( |
Robot |
_robot | ) |
|
The camera class.
- Parameters
-
| Bitmap Rovio.API.Camera.GetImage |
( |
| ) |
|
Collect a camera image (in a Bitmap format)
- Returns
- Bitmap image
| int Rovio.API.Camera.Brightness |
|
set |
| int Rovio.API.Camera.Framerate |
|
set |
| int Rovio.API.Camera.MicVolume |
|
set |
| int Rovio.API.Camera.SpeakerVolume |
|
set |
The documentation for this class was generated from the following file:
- C:/Users/Greg/Documents/GitHub/RoboLib/src/Rovio.cs