EdgeAI TIOVX Apps Guide
TIOVXCaptureNodeCfg Struct Reference

Detailed Description

Structure describing the configuration of tiovx capture module.

Collaboration diagram for TIOVXCaptureNodeCfg:
Collaboration graph

Data Fields

char sensor_name [ISS_SENSORS_MAX_NAME]
 Sensor name as defined in Imaging repo. More...
 
uint32_t ch_mask
 Channel mask describing the cameras selected in case FPD Link fusion board. More...
 
vx_int32 sensor_index
 Index of sensor to be selected as described in imaging repo. More...
 
vx_int32 usecase_option
 
vx_uint8 enable_error_detection
 
char error_frame_filename [256]
 
char target_string [TIVX_TARGET_MAX_NAME]
 OpenVX target on which to run the new node created using this config. More...
 

Field Documentation

◆ sensor_name

char TIOVXCaptureNodeCfg::sensor_name[ISS_SENSORS_MAX_NAME]

Sensor name as defined in Imaging repo.

◆ ch_mask

uint32_t TIOVXCaptureNodeCfg::ch_mask

Channel mask describing the cameras selected in case FPD Link fusion board.

◆ sensor_index

vx_int32 TIOVXCaptureNodeCfg::sensor_index

Index of sensor to be selected as described in imaging repo.

◆ usecase_option

vx_int32 TIOVXCaptureNodeCfg::usecase_option

◆ enable_error_detection

vx_uint8 TIOVXCaptureNodeCfg::enable_error_detection

◆ error_frame_filename

char TIOVXCaptureNodeCfg::error_frame_filename[256]

◆ target_string

char TIOVXCaptureNodeCfg::target_string[TIVX_TARGET_MAX_NAME]

OpenVX target on which to run the new node created using this config.