Updated: October 28, 2024 |
Retrieve the filename associated with a camera
#include <camera/camera_api.h>
camera_error_t camera_get_filename(camera_handle_t handle, char *filename, uint32_t filename_len)
For cameras that support the feature CAMERA_FEATURE_FILENAME, this function permits retrieving the name of the file used to generate the simulated content of the camera frames.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.