#include <mt9v.h>
|
virtual MT9VImagerPtr | getAlternateContext ()=0 |
|
virtual std::string | getModel ()=0 |
|
virtual uint16_t | getVersion ()=0 |
|
virtual bool | setAgcAec (bool agc_on, bool aec_on)=0 |
|
virtual bool | setBlackLevel (bool manual_override, int calibration_value, int step_size, int filter_length)=0 |
|
virtual bool | setBrightness (int brightness)=0 |
|
virtual bool | setCompanding (bool activated)=0 |
|
virtual bool | setExposure (double exposure)=0 |
|
virtual bool | setGain (int gain)=0 |
|
virtual bool | setMaxExposure (double exposure)=0 |
|
virtual bool | setMirror (bool mirrorx, bool mirrory)=0 |
|
virtual bool | setMode (int x, int y, int binx, int biny, double rate, int xoffset, int yoffset)=0 |
|
Definition at line 83 of file mt9v.h.
virtual uint16_t MT9VImager::getVersion |
( |
| ) |
|
|
pure virtual |
virtual bool MT9VImager::setAgcAec |
( |
bool |
agc_on, |
|
|
bool |
aec_on |
|
) |
| |
|
pure virtual |
virtual bool MT9VImager::setBlackLevel |
( |
bool |
manual_override, |
|
|
int |
calibration_value, |
|
|
int |
step_size, |
|
|
int |
filter_length |
|
) |
| |
|
pure virtual |
virtual bool MT9VImager::setBrightness |
( |
int |
brightness | ) |
|
|
pure virtual |
virtual bool MT9VImager::setCompanding |
( |
bool |
activated | ) |
|
|
pure virtual |
virtual bool MT9VImager::setExposure |
( |
double |
exposure | ) |
|
|
pure virtual |
virtual bool MT9VImager::setGain |
( |
int |
gain | ) |
|
|
pure virtual |
virtual bool MT9VImager::setMaxExposure |
( |
double |
exposure | ) |
|
|
pure virtual |
virtual bool MT9VImager::setMirror |
( |
bool |
mirrorx, |
|
|
bool |
mirrory |
|
) |
| |
|
pure virtual |
virtual bool MT9VImager::setMode |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
binx, |
|
|
int |
biny, |
|
|
double |
rate, |
|
|
int |
xoffset, |
|
|
int |
yoffset |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following files: