62 #ifndef _TIOVX_SENSOR_MODULE 63 #define _TIOVX_SENSOR_MODULE 65 #define TIOVX_SENSOR_MODULE_FEATURE_CFG_UC0 (0) 66 #define TIOVX_SENSOR_MODULE_FEATURE_CFG_UC1 (1) 67 #define TIOVX_SENSOR_MODULE_FEATURE_CFG_UC2 (2) 69 #include <utils/iss/include/app_iss.h> 79 vx_char sensor_name[ISS_SENSORS_MAX_NAME];
108 #endif //_TIOVX_SENSOR_MODULE vx_int32 usecase_option
Definition: tiovx_sensor_module.h:91
vx_status tiovx_sensor_start(SensorObj *sensorObj)
Definition: tiovx_sensor_module.c:299
uint32_t num_cameras_enabled
Definition: tiovx_sensor_module.h:87
static char availableSensorNames[ISS_SENSORS_MAX_SUPPORTED_SENSOR][ISS_SENSORS_MAX_NAME]
Definition: tiovx_sensor_module.c:66
uint32_t sensor_dcc_enabled
Definition: tiovx_sensor_module.h:83
uint32_t sensor_gain_control_enabled
Definition: tiovx_sensor_module.h:86
uint32_t sensor_out_format
Definition: tiovx_sensor_module.h:94
vx_int32 sensor_index
Definition: tiovx_sensor_module.h:90
vx_int32 image_width
Definition: tiovx_sensor_module.h:92
uint32_t sensor_features_enabled
Definition: tiovx_sensor_module.h:81
uint32_t ch_mask
Definition: tiovx_sensor_module.h:88
vx_status tiovx_sensor_init(SensorObj *sensorObj)
Definition: tiovx_sensor_module.c:276
uint8_t num_sensors_found
Definition: tiovx_sensor_module.h:80
void tiovx_sensor_deinit(SensorObj *sensorObj)
Definition: tiovx_sensor_module.c:294
uint32_t starting_channel
Definition: tiovx_sensor_module.h:89
IssSensor_CreateParams sensorParams
Definition: tiovx_sensor_module.h:77
uint32_t sensor_exp_control_enabled
Definition: tiovx_sensor_module.h:85
vx_int32 image_height
Definition: tiovx_sensor_module.h:93
Definition: tiovx_sensor_module.h:76
vx_status tiovx_sensor_stop(SensorObj *sensorObj)
Definition: tiovx_sensor_module.c:308
uint32_t sensor_features_supported
Definition: tiovx_sensor_module.h:82
vx_status tiovx_init_sensor_obj(SensorObj *sensorObj, char *objName)
Definition: tiovx_sensor_module.c:70
uint32_t sensor_wdr_enabled
Definition: tiovx_sensor_module.h:84
vx_status tiovx_sensor_query(SensorObj *sensorObj)
Definition: tiovx_sensor_module.c:121