Class containing information about all the sensors available in the current device. More...
| Functions | |
| SensorParameters | accelerometer_parameters (self) | 
| Configuration of the accelerometer. | |
| SensorParameters | gyroscope_parameters (self) | 
| Configuration of the gyroscope. | |
| SensorParameters | magnetometer_parameters (self) | 
| Configuration of the magnetometer. | |
| SensorParameters | barometer_parameters (self) | 
| Configuration of the barometer. | |
| Transform | camera_imu_transform (self) | 
| IMU to left camera transform matrix.  More... | |
| Transform | imu_magnetometer_transform (self) | 
| Magnetometer to IMU transform matrix.  More... | |
| int | firmware_version (self) | 
| Firmware version of the sensor module.  More... | |
| bool | is_sensor_available (self, sensor_type) | 
| Checks if a sensor is available on the device.  More... | |
Class 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.get_camera_information().
| Transform camera_imu_transform | ( | self | ) | 
IMU to left camera transform matrix.
Referenced by SensorsConfiguration.camera_imu_transform().
| Transform imu_magnetometer_transform | ( | self | ) | 
Magnetometer to IMU transform matrix.
Referenced by SensorsConfiguration.imu_magnetometer_transform().
| int firmware_version | ( | self | ) | 
Firmware version of the sensor module.
Referenced by SensorsConfiguration.firmware_version(), CameraConfiguration.firmware_version(), and CameraOneConfiguration.firmware_version().
| bool is_sensor_available | ( | self, | |
| sensor_type | |||
| ) | 
Checks if a sensor is available on the device.
| sensor_type | : Sensor type to check. |