Structure containing information about all the sensors available in the current device. More...
Data Fields | |
unsigned int | firmware_version |
Firmware version of the sensor module. More... | |
struct SL_Vector4 | camera_ium_rotation |
IMU to left camera rotation (quaternion). More... | |
struct SL_Vector3 | camera_imu_translation |
IMU to left camera translation. More... | |
struct SL_Vector4 | ium_magnetometer_rotation |
Magnetometer to IMU rotation (quaternion). More... | |
struct SL_Vector3 | ium_magnetometer_translation |
Magnetometer to IMU translation (quaternion). More... | |
struct SL_SensorParameters | accelerometer_parameters |
Configuration of the accelerometer. | |
struct SL_SensorParameters | gyroscope_parameters |
Configuration of the gyroscope. | |
struct SL_SensorParameters | magnetometer_parameters |
Configuration of the magnetometer. | |
struct SL_SensorParameters | barometer_parameters |
Configuration of the barometer. | |
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_get_camera_information().
unsigned int SL_SensorsConfiguration::firmware_version |
Firmware version of the sensor module.
struct SL_Vector4 SL_SensorsConfiguration::camera_ium_rotation |
IMU to left camera rotation (quaternion).
struct SL_Vector3 SL_SensorsConfiguration::camera_imu_translation |
IMU to left camera translation.
struct SL_Vector4 SL_SensorsConfiguration::ium_magnetometer_rotation |
Magnetometer to IMU rotation (quaternion).
struct SL_Vector3 SL_SensorsConfiguration::ium_magnetometer_translation |
Magnetometer to IMU translation (quaternion).