Structure containing information about all the sensors available in the current device. More...
Functions | |
| bool | isSensorAvailable (SENSOR_TYPE sensor_type) |
| Checks if a sensor is available on the. More... | |
Attributes | |
| uint | firmware_version |
| Firmware version of the sensor module. More... | |
| float4 | camera_imu_rotation |
| IMU to left camera rotation (quaternion). More... | |
| float3 | camera_imu_translation |
| IMU to left camera translation. More... | |
| float4 | imu_magnometer_rotation |
| Magnetometer to IMU rotation (quaternion). More... | |
| float3 | imu_magnometer_translation |
| Magnetometer to IMU translation. More... | |
| SensorParameters | accelerometer_parameters |
| Configuration of the accelerometer. More... | |
| SensorParameters | gyroscope_parameters |
| Configuration of the gyroscope. More... | |
| SensorParameters | magnetometer_parameters |
| Configuration of the magnetometer. More... | |
| SensorParameters | barometer_parameters |
| Configuration of the barometer. More... | |
Structure containing information about all the sensors available in the current device.
Information about the camera sensors is available in the sl.CameraInformation struct returned by sl.Camera.GetCameraInformation().
|
inline |
Checks if a sensor is available on the.
| sensor_type | Sensor type to check. |
| uint firmware_version |
Firmware version of the sensor module.
| float4 camera_imu_rotation |
IMU to left camera rotation (quaternion).
| float3 camera_imu_translation |
IMU to left camera translation.
| float4 imu_magnometer_rotation |
Magnetometer to IMU rotation (quaternion).
| float3 imu_magnometer_translation |
Magnetometer to IMU translation.
| SensorParameters accelerometer_parameters |
Configuration of the accelerometer.
Referenced by SensorsConfiguration.isSensorAvailable().
| SensorParameters gyroscope_parameters |
Configuration of the gyroscope.
Referenced by SensorsConfiguration.isSensorAvailable().
| SensorParameters magnetometer_parameters |
Configuration of the magnetometer.
Referenced by SensorsConfiguration.isSensorAvailable().
| SensorParameters barometer_parameters |
Configuration of the barometer.
Referenced by SensorsConfiguration.isSensorAvailable().