Structure containing data from the magnetometer sensor. More...
Attributes | |
bool | available |
Whether the magnetometer sensor is available in your camera. More... | |
ulong | timestamp |
Data acquisition timestamp in nanoseconds. More... | |
Vector3 | magneticField |
Magnetic field local vector in microtesla (μT). More... | |
Vector3 | magneticFieldUncalibrated |
Uncalibrated magnetic field local vector in microtesla (μT). More... | |
float | magneticHeading |
Camera heading in degrees relative to the magnetic North Pole. More... | |
HEADING_STATE | magnetic_heading_state |
State of magneticHeading. 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.
bool available |
Whether the magnetometer sensor is available in your camera.
ulong timestamp |
Data acquisition timestamp in nanoseconds.
Vector3 magneticField |
Magnetic field local vector in microtesla (μT).
Vector3 magneticFieldUncalibrated |
Uncalibrated magnetic field local vector in microtesla (μT).
float magneticHeading |
Camera heading in degrees relative to the magnetic North Pole.
HEADING_STATE magnetic_heading_state |
State of magneticHeading.
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).