Structure containing information about all the sensors available in the current device. More...
Functions | |
bool | isSensorAvailable (const sl::SENSOR_TYPE &sensor_type) |
Checks if a sensor is available on the device. More... | |
Attributes | |
unsigned int | firmware_version = 0 |
Firmware version of the sensor module. More... | |
sl::Transform | camera_imu_transform |
IMU to left camera transform matrix. More... | |
sl::Transform | imu_magnetometer_transform |
Magnetometer to IMU transform matrix. More... | |
sl::SensorParameters | accelerometer_parameters |
Configuration of the accelerometer. More... | |
sl::SensorParameters | gyroscope_parameters |
Configuration of the gyroscope. More... | |
sl::SensorParameters | magnetometer_parameters |
Configuration of the magnetometer. More... | |
sl::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().
bool isSensorAvailable | ( | const sl::SENSOR_TYPE & | sensor_type | ) |
Checks if a sensor is available on the device.
sensor_type | : Sensor type to check. |
unsigned int firmware_version = 0 |
Firmware version of the sensor module.
sl::Transform camera_imu_transform |
IMU to left camera transform matrix.
sl::Transform imu_magnetometer_transform |
Magnetometer to IMU transform matrix.
sl::SensorParameters accelerometer_parameters |
Configuration of the accelerometer.
sl::SensorParameters gyroscope_parameters |
Configuration of the gyroscope.
sl::SensorParameters magnetometer_parameters |
Configuration of the magnetometer.
sl::SensorParameters barometer_parameters |
Configuration of the barometer.