openncc frame
SensorModesPara_t Struct Reference

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...
 

Detailed Description

List of camera control parameters.

Member Data Documentation

◆ AFmode

int SensorModesPara_t::AFmode

< frame rates per second

◆ camFps

int SensorModesPara_t::camFps

< output resolution of the height

◆ camHeight

int SensorModesPara_t::camHeight

< output resolution of the width

◆ camWidth

int SensorModesPara_t::camWidth

< the name of the sensor

◆ maxEXP

int SensorModesPara_t::maxEXP

< support AF or not, if your camera use fixed focal lens, not support it

◆ maxGain

int SensorModesPara_t::maxGain

< min exposure gain value,100 means x1

◆ minGain

int SensorModesPara_t::minGain

< maximum exposure time, unit us

◆ moduleName

char SensorModesPara_t::moduleName[16]