Structure containing data from the magnetometer sensor. More...
Types | |
enum class | HEADING_STATE |
Lists the different states of the magnetic heading. More... | |
Attributes | |
bool | is_available |
Whether the magnetometer sensor is available in your camera. More... | |
sl::Timestamp | timestamp |
Data acquisition timestamp. More... | |
sl::float3 | magnetic_field_uncalibrated |
Uncalibrated magnetic field local vector in microtesla (μT). More... | |
sl::float3 | magnetic_field_calibrated |
Magnetic field local vector in microtesla (μT). More... | |
float | magnetic_heading |
Camera heading in degrees relative to the magnetic North Pole. More... | |
HEADING_STATE | magnetic_heading_state |
State of magnetic_heading. More... | |
float | magnetic_heading_accuracy |
Accuracy of magnetic_heading measure in the range [0.0, 1.0]. More... | |
float | effective_rate |
Realtime data acquisition rate in hertz (Hz). More... | |
Structure containing data from the magnetometer sensor.
|
strong |
Lists the different states of the magnetic heading.
bool is_available |
Whether the magnetometer sensor is available in your camera.
sl::Timestamp timestamp |
Data acquisition timestamp.
sl::float3 magnetic_field_uncalibrated |
Uncalibrated magnetic field local vector in microtesla (μT).
sl::float3 magnetic_field_calibrated |
Magnetic field local vector in microtesla (μT).
float magnetic_heading |
Camera heading in degrees relative to the magnetic North Pole.
HEADING_STATE magnetic_heading_state |
State of magnetic_heading.
float magnetic_heading_accuracy |
Accuracy of magnetic_heading measure in the range [0.0, 1.0].
float effective_rate |
Realtime data acquisition rate in hertz (Hz).