62 #ifndef _APP_AEWB_MODULE 63 #define _APP_AEWB_MODULE 75 #include <TI/j7_imaging_aewb.h> 122 vx_status
app_init_aewb(vx_context context,
AEWBObj *aewbObj,
SensorObj *sensorObj,
char *objName, uint32_t starting_channel, uint32_t num_cameras_enabled);
vx_status app_init_aewb(vx_context context, AEWBObj *aewbObj, SensorObj *sensorObj, char *objName, uint32_t starting_channel, uint32_t num_cameras_enabled)
AEWB module init helper function.
#define APP_MODULES_MAX_OBJ_NAME_SIZE
Definition: app_modules.h:88
void app_delete_aewb(AEWBObj *aewbObj)
AEWB module delete helper function.
vx_user_data_object dcc_config
Definition: app_aewb_module.h:96
AEWB Module Data Structure.
Definition: app_aewb_module.h:85
vx_object_array config_arr
Definition: app_aewb_module.h:90
void app_deinit_aewb(AEWBObj *aewbObj)
AEWB module deinit helper function.
vx_status app_create_graph_aewb(vx_graph graph, AEWBObj *aewbObj, vx_object_array h3a_stats_arr)
AEWB module create helper function.
vx_object_array aewb_output_arr
Definition: app_aewb_module.h:102
Sensor Module Data Structure.
Definition: app_sensor_module.h:97
vx_object_array histogram_arr
Definition: app_aewb_module.h:99
tivx_aewb_config_t params
Definition: app_aewb_module.h:93
vx_node node
Definition: app_aewb_module.h:87