| Updated: October 28, 2024 |
Sensor streaming properties
#include <sensor/sensor_api.h>
typedef enum {
SENSOR_STREAMPROP_END = -1,
SENSOR_STREAMPROP_FORMAT,
SENSOR_STREAMPROP_COORD_SYSTEM,
SENSOR_STREAMPROP_BUFFER_SIZE
} sensor_streamprop_t;
The value is a sensor_format_t value.
The value is a sensor_coord_system_t value.
The value is a uint64_t value.
These properties are used as keys for the sensor_get_streaming_property() function. Each key is associated with a value of the indicated type.