TIOVX User Guide

Data corresponding to results of 2A algorithm. More...

#include <hwa_vpac_viss.h>

Data Fields

uint32_t h3a_source_data
 
uint32_t exposure_time
 
uint32_t analog_gain
 
uint32_t ae_valid
 
uint32_t ae_converged
 
uint32_t digital_gain
 
uint32_t wb_gains [4]
 
int32_t wb_offsets [4]
 
uint32_t color_temperature
 
uint32_t awb_valid
 
uint32_t awb_converged
 

Detailed Description

Data corresponding to results of 2A algorithm.

This is the data structure used for the ae_awb_result parameter of tivxVpacVissNode. This is used by the VISS to index into the appropriate photospace in the DCC database.

Definition at line 180 of file hwa_vpac_viss.h.

Field Documentation

◆ h3a_source_data

uint32_t tivx_ae_awb_params_t::h3a_source_data

Indicates the source data corresponding to this data:

Enum Description
TIVX_VPAC_VISS_H3A_IN_RAW0 H3A Input is from RAW0
TIVX_VPAC_VISS_H3A_IN_RAW1 H3A Input is from RAW1
TIVX_VPAC_VISS_H3A_IN_RAW2 H3A Input is from RAW2
TIVX_VPAC_VISS_H3A_IN_LSC H3A Input is from LSC
TIVX_VPAC_VISS_H3A_IN_PCID H3A Input is from PCID

TIVX_VPAC_VISS_H3A_IN_PCID is applicable for only VPAC3L

Definition at line 191 of file hwa_vpac_viss.h.

◆ exposure_time

uint32_t tivx_ae_awb_params_t::exposure_time

Measured in micro seconds (us)

Definition at line 193 of file hwa_vpac_viss.h.

◆ analog_gain

uint32_t tivx_ae_awb_params_t::analog_gain

Analog Gain

Definition at line 195 of file hwa_vpac_viss.h.

◆ ae_valid

uint32_t tivx_ae_awb_params_t::ae_valid

Is AE output valid?

Definition at line 197 of file hwa_vpac_viss.h.

◆ ae_converged

uint32_t tivx_ae_awb_params_t::ae_converged

Is AE converged?

Definition at line 199 of file hwa_vpac_viss.h.

◆ digital_gain

uint32_t tivx_ae_awb_params_t::digital_gain

Digital Gain

Definition at line 201 of file hwa_vpac_viss.h.

◆ wb_gains

uint32_t tivx_ae_awb_params_t::wb_gains[4]

White Balance Gains

Definition at line 203 of file hwa_vpac_viss.h.

◆ wb_offsets

int32_t tivx_ae_awb_params_t::wb_offsets[4]

White Balance Offsets

Definition at line 205 of file hwa_vpac_viss.h.

◆ color_temperature

uint32_t tivx_ae_awb_params_t::color_temperature

Color Temperature (K)

Definition at line 207 of file hwa_vpac_viss.h.

◆ awb_valid

uint32_t tivx_ae_awb_params_t::awb_valid

Is AWB output valid?

Definition at line 209 of file hwa_vpac_viss.h.

◆ awb_converged

uint32_t tivx_ae_awb_params_t::awb_converged

Is AWB converged?

Definition at line 211 of file hwa_vpac_viss.h.


The documentation for this struct was generated from the following file: