Structure containing information about a single sensor available in the current device. More...
Attributes | |
SENSOR_TYPE | type |
Type of the sensor. More... | |
float | resolution |
Resolution of the sensor. More... | |
float | sampling_rate |
Sampling rate (or ODR) of the sensor. More... | |
float2 | range |
Range of the sensor (minimum: range.x , maximum: range.y ). More... | |
float | noise_density |
White noise density given as continuous (frequency-independent). More... | |
float | random_walk |
Random walk derived from the Allan Variance given as continuous (frequency-independent). More... | |
SENSORS_UNIT | sensor_unit |
Unit of the sensor. More... | |
bool | isAvailable |
Whether the sensor is available in your camera. More... | |
Structure containing information about a single sensor available in the current device.
Information about the camera sensors is available in the sl.CameraInformation struct returned by sl.Camera.GetCameraInformation().
SENSOR_TYPE type |
Type of the sensor.
float resolution |
Resolution of the sensor.
float sampling_rate |
Sampling rate (or ODR) of the sensor.
float2 range |
Range of the sensor (minimum: range.x
, maximum: range.y
).
float noise_density |
White noise density given as continuous (frequency-independent).
sensor_unit / √(Hz)
. NAN
if the information is not available. float random_walk |
Random walk derived from the Allan Variance given as continuous (frequency-independent).
sensor_unit / √(Hz)
. NAN
if the information is not available. SENSORS_UNIT sensor_unit |
Unit of the sensor.
bool isAvailable |
Whether the sensor is available in your camera.
Referenced by SensorsConfiguration.isSensorAvailable().