Class containing all sensors data (except image sensors) to be used for positional tracking or environment study. More...
Functions | |
None | init_sensorsData (self, SensorsData sensorsData) |
Copy constructor. More... | |
CAMERA_MOTION_STATE | camera_moving_state (self) |
Motion state of the camera. | |
int | image_sync_trigger (self) |
Indicates if the sensors data has been taken during a frame capture on sensor. More... | |
IMUData | get_imu_data (self) |
Gets the IMU data. More... | |
BarometerData | get_barometer_data (self) |
Gets the barometer data. More... | |
MagnetometerData | get_magnetometer_data (self) |
Gets the magnetometer data. More... | |
TemperatureData | get_temperature_data (self) |
Gets the temperature data. More... | |
Class containing all sensors data (except image sensors) to be used for positional tracking or environment study.
None init_sensorsData | ( | self, | |
SensorsData | sensorsData | ||
) |
Copy constructor.
sensorsData | : sl.SensorsData object to copy. |
int image_sync_trigger | ( | self | ) |
Indicates if the sensors data has been taken during a frame capture on sensor.
If the value is 1, the data has been retrieved during a left sensor frame acquisition (the time precision is linked to the IMU rate, therefore 800Hz == 1.3ms).
If the value is 0, the data has not been taken during a frame acquisition.
IMUData get_imu_data | ( | self | ) |
Gets the IMU data.
BarometerData get_barometer_data | ( | self | ) |
Gets the barometer data.
MagnetometerData get_magnetometer_data | ( | self | ) |
Gets the magnetometer data.
TemperatureData get_temperature_data | ( | self | ) |
Gets the temperature data.