List of camera control parameters. More...
#include <cameraCtrl.h>
Public Attributes | |
| char | moduleName [16] |
| int | camWidth |
| < the name of the sensor More... | |
| int | camHeight |
| < output resolution of the width More... | |
| int | camFps |
| < output resolution of the height More... | |
| int | AFmode |
| < frame rates per second More... | |
| int | maxEXP |
| < support AF or not, if your camera use fixed focal lens, not support it More... | |
| int | minGain |
| < maximum exposure time, unit us More... | |
| int | maxGain |
| < min exposure gain value,100 means x1 More... | |
List of camera control parameters.
| int SensorModesPara_t::AFmode |
< frame rates per second
| int SensorModesPara_t::camFps |
< output resolution of the height
| int SensorModesPara_t::camHeight |
< output resolution of the width
| int SensorModesPara_t::camWidth |
< the name of the sensor
| int SensorModesPara_t::maxEXP |
< support AF or not, if your camera use fixed focal lens, not support it
| int SensorModesPara_t::maxGain |
< min exposure gain value,100 means x1
| int SensorModesPara_t::minGain |
< maximum exposure time, unit us
| char SensorModesPara_t::moduleName[16] |