Go to the source code of this file.
|
vx_status | app_init_viss (vx_context context, VISSObj *vissObj, SensorObj *sensorObj, char *objName, uint32_t num_cameras_enabled) |
| VISS module init helper function. More...
|
|
void | app_deinit_viss (VISSObj *vissObj) |
| VISS module deinit helper function. More...
|
|
void | app_delete_viss (VISSObj *vissObj) |
| VISS module delete helper function. More...
|
|
vx_status | app_create_graph_viss (vx_graph graph, VISSObj *vissObj, vx_object_array raw_image_arr, const char *target) |
| VISS module create helper function. More...
|
|
vx_status | app_create_graph_viss_write_output (vx_graph graph, VISSObj *vissObj) |
| VISS module write output helper function. More...
|
|
vx_status | app_send_cmd_viss_write_node (VISSObj *vissObj, vx_uint32 start_frame, vx_uint32 num_frames, vx_uint32 num_skip) |
| VISS module write output helper function. More...
|
|