Structure containing data from the barometer sensor. More...
Attributes | |
| bool | is_available |
| Whether the barometer sensor is available in your camera. More... | |
| sl::Timestamp | timestamp |
| Data acquisition timestamp. More... | |
| float | pressure |
| Ambient air pressure in hectopascal (hPa). More... | |
| float | relative_altitude |
| Relative altitude from first camera position (at sl::Camera.open() time). More... | |
| float | effective_rate |
| Realtime data acquisition rate in hertz (Hz). More... | |
Structure containing data from the barometer sensor.
| bool is_available |
Whether the barometer sensor is available in your camera.
| sl::Timestamp timestamp |
Data acquisition timestamp.
| float pressure |
Ambient air pressure in hectopascal (hPa).
| float relative_altitude |
Relative altitude from first camera position (at sl::Camera.open() time).
| float effective_rate |
Realtime data acquisition rate in hertz (Hz).