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. More... | |
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().
SensorParameters magnetometer_parameters | ( | self | ) |
Configuration of the magnetometer.
Referenced by SensorsConfiguration.is_sensor_available(), and SensorsConfiguration.magnetometer_parameters().
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(), and CameraConfiguration.firmware_version().
bool is_sensor_available | ( | self, | |
sensor_type | |||
) |
Checks if a sensor is available on the device.
sensor_type | : Sensor type to check. |