Structure describing the configuration of tiovx capture module.

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