Updated: October 28, 2024 |
Set the suffix to add to filenames generated from the camera roll
#include <camera/camera_api.h>
camera_error_t camera_roll_set_filename_suffix(camera_handle_t handle, char *suffix)
Use this function to add a specific suffix that will be appended to all filenames generated using camera_roll_open_video() for this handle.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.