![]() |
TI J721E Imaging User Guide
|
Go to the source code of this file.
Data Structures | |
struct | TI_2A_wrapper |
Auto exposure and white balance run time parameters. More... | |
struct | sensor_config_get |
Structure to get Exposure constraints from sensor. More... | |
struct | sensor_config_set |
Structure to set Exposure output to sensor. More... | |
Functions | |
int32_t | TI_2A_wrapper_create (TI_2A_wrapper *obj, tivx_aewb_config_t *aewb_config, uint8_t *dcc_buf, uint32_t dcc_buf_size) |
AE/AWB wrapper create function. More... | |
int32_t | TI_2A_wrapper_process (TI_2A_wrapper *obj, tivx_aewb_config_t *aewb_config, tivx_h3a_data_t *h3a_data, sensor_config_get *sensor_in_data, tivx_ae_awb_params_t *ae_awb_result, sensor_config_set *sensor_out_data) |
AE/AWB wrapper process function. More... | |
int32_t | TI_2A_wrapper_delete (TI_2A_wrapper *obj) |
AE/AWB wrapper delete function. More... | |