| Updated: October 28, 2024 |
Start recording sensor data to a file
#include <sensor/sensor_api.h>
sensor_error_t sensor_start_recording(sensor_handle_t handle,
const char *path,
struct timespec *time)
SENSOR_EOK when the function successfully completes, otherwise another sensor_error_t value that provides the reason that the call failed.