Updated: October 28, 2024 |
Start synchronized recording of all input data
#include <adas/adas_api.h>
adas_error_t adas_record_start(void)
The configuration file specifies what input data is of interest to be recorded by this application. Recording of all data is synchronized such that the starting of recording is the same for all input data.
ADAS_EOK when the function successfully completes, otherwise another adas_error_t value that provides the reason that the call failed.