Go to the source code of this file.
Data Structures | |
struct | AEWBObj |
AEWB Module Data Structure. More... | |
Functions | |
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. More... | |
void | app_deinit_aewb (AEWBObj *aewbObj) |
AEWB module deinit helper function. More... | |
void | app_delete_aewb (AEWBObj *aewbObj) |
AEWB module delete helper function. More... | |
vx_status | app_create_graph_aewb (vx_graph graph, AEWBObj *aewbObj, vx_object_array h3a_stats_arr) |
AEWB module create helper function. More... | |