62 #ifndef _TIOVX_CAPTURE_MODULE 63 #define _TIOVX_CAPTURE_MODULE 67 #include <TI/video_io_capture.h> 79 char sensor_name[ISS_SENSORS_MAX_NAME];
88 char error_frame_filename[256];
91 char target_string[TIVX_TARGET_MAX_NAME];
110 #endif // _TIOVX_CAPTURE_MODULE vx_status tiovx_capture_delete_node(NodeObj *node)
Definition: tiovx_capture_module.c:388
vx_uint8 enable_error_detection
Definition: tiovx_capture_module.h:87
void tiovx_capture_init_cfg(TIOVXCaptureNodeCfg *cfg)
Function to initialize tiovx capture module config.
Definition: tiovx_capture_module.c:264
vx_status tiovx_capture_init_node(NodeObj *node)
Definition: tiovx_capture_module.c:274
vx_uint32 tiovx_capture_get_priv_size()
Definition: tiovx_capture_module.c:426
vx_status tiovx_capture_create_node(NodeObj *node)
Definition: tiovx_capture_module.c:364
Structure describing the configuration of tiovx capture module.
Definition: tiovx_capture_module.h:77
vx_int32 usecase_option
Definition: tiovx_capture_module.h:86
vx_status tiovx_capture_post_verify_graph(NodeObj *node)
Definition: tiovx_capture_module.c:409
vx_uint32 tiovx_capture_get_cfg_size()
Definition: tiovx_capture_module.c:421
uint32_t ch_mask
Channel mask describing the cameras selected in case FPD Link fusion board.
Definition: tiovx_capture_module.h:82
vx_int32 sensor_index
Index of sensor to be selected as described in imaging repo.
Definition: tiovx_capture_module.h:85