Sensor API v2.5.0
DynSensorControl Struct Reference

Stucture hold dynamic sensor control parameters. More...

Public Attributes

uint32_t dyn_ctrl_location
 Encoder location position. More...
 
uint32_t dyn_ctrl_height
 Sensor image height. More...
 
uint32_t dyn_ctrl_offset
 Sensor image offset. More...
 
float dyn_ctrl_pulse_width
 Illuminator pulse width in microseconds. More...
 
uint32_t dyn_ctrl_threshold
 Sensor image 8-bit gray scale intensity value (0-255) threshold. Supported by LCI1220 and LCI1620 sensors. More...
 

Detailed Description

Stucture hold dynamic sensor control parameters.

Member Data Documentation

◆ dyn_ctrl_height

uint32_t DynSensorControl::dyn_ctrl_height

Sensor image height.

◆ dyn_ctrl_location

uint32_t DynSensorControl::dyn_ctrl_location

Encoder location position.

◆ dyn_ctrl_offset

uint32_t DynSensorControl::dyn_ctrl_offset

Sensor image offset.

◆ dyn_ctrl_pulse_width

float DynSensorControl::dyn_ctrl_pulse_width

Illuminator pulse width in microseconds.

◆ dyn_ctrl_threshold

uint32_t DynSensorControl::dyn_ctrl_threshold

Sensor image 8-bit gray scale intensity value (0-255) threshold. Supported by LCI1220 and LCI1620 sensors.