Updated: October 28, 2024 |
Feed metadata to a sensor
#include <sensor/sensor_api.h>
sensor_error_t sensor_feed_input_metadata(sensor_handle_t handle, sensor_input_metadata_t *data)
Sensor-specific metadata may be fed to a sensor using this function.
SENSOR_EOK when the function successfully completes, otherwise another sensor_error_t value that provides the reason that the call failed.