Updated: October 28, 2024 |
Stop synchronized recording of all input data
#include <adas/adas_api.h>
adas_error_t adas_record_stop(void)
This function needs to called after having called adas_record_start() to stop the recording. Recording of all data is synchronized such that the stopping 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.