EdgeAI TIOVX Apps Guide
AewbCfg Struct Reference

Detailed Description

Structure describing the configuration of linux aewb module.

Collaboration diagram for AewbCfg:
Collaboration graph

Data Fields

vx_char device [TIVX_FILEIO_FILE_PATH_LENGTH]
 v4l2 subdev of the sensor to apply the gain and exposure result More...
 
vx_char dcc_2a_file [TIVX_FILEIO_FILE_PATH_LENGTH]
 dcc file for 2a algo configuration More...
 
vx_enum ae_mode
 AE mode. More...
 
vx_enum awb_mode
 AWB mode. More...
 
vx_uint32 ae_num_skip_frames
 AE skip frames. More...
 
vx_uint32 awb_num_skip_frames
 AWB skip frames. More...
 
vx_char sensor_name [ISS_SENSORS_MAX_NAME]
 Sensor name as defined in Imaging repo. More...
 

Field Documentation

◆ device

vx_char AewbCfg::device[TIVX_FILEIO_FILE_PATH_LENGTH]

v4l2 subdev of the sensor to apply the gain and exposure result

◆ dcc_2a_file

vx_char AewbCfg::dcc_2a_file[TIVX_FILEIO_FILE_PATH_LENGTH]

dcc file for 2a algo configuration

◆ ae_mode

vx_enum AewbCfg::ae_mode

AE mode.

◆ awb_mode

vx_enum AewbCfg::awb_mode

AWB mode.

◆ ae_num_skip_frames

vx_uint32 AewbCfg::ae_num_skip_frames

AE skip frames.

◆ awb_num_skip_frames

vx_uint32 AewbCfg::awb_num_skip_frames

AWB skip frames.

◆ sensor_name

vx_char AewbCfg::sensor_name[ISS_SENSORS_MAX_NAME]

Sensor name as defined in Imaging repo.