Contains Magnetometer sensor data. More...
Types | |
enum class | HEADING_STATE |
Contains Magnetometer sensor data.
|
strong |
bool is_available |
Defines if the sensor is available in your camera.
sl::Timestamp timestamp |
Defines the sensors data timestamp
sl::float3 magnetic_field_uncalibrated |
(3x1) Vector for magnetometer raw values (uncalibrated) In other words, the current magnetic field (uT), along with the x, y, and z axes.
sl::float3 magnetic_field_calibrated |
(3x1) Vector for magnetometer values (after user calibration) In other words, the current calibrated and normalized magnetic field (uT), along with the x, y, and z axes.
float magnetic_heading |
The camera heading in degrees relative to the magnetic North Pole.
HEADING_STATE magnetic_heading_state |
The state of the /ref magnetic_heading value
float magnetic_heading_accuracy |
The accuracy of the magnetic heading measure in the range [0.0,1.0].
float effective_rate |
Realtime data acquisition rate [Hz]