Structure containing data from the barometer sensor. More...
Attributes | |
bool | available |
Whether the barometer sensor is available in your camera. More... | |
ulong | timestamp |
Data acquisition timestamp in nanoseconds. More... | |
float | pressure |
Ambient air pressure in hectopascal (hPa). More... | |
float | relativeAltitude |
Relative altitude from first camera position (at sl.Camera.Open() time). More... | |
Structure containing data from the barometer sensor.
bool available |
Whether the barometer sensor is available in your camera.
ulong timestamp |
Data acquisition timestamp in nanoseconds.
float pressure |
Ambient air pressure in hectopascal (hPa).
float relativeAltitude |
Relative altitude from first camera position (at sl.Camera.Open() time).