Updated: October 28, 2024 |
Retrieve the camera roll path
#include <camera/camera_api.h>
camera_error_t camera_roll_get_path(camera_handle_t handle, char *pathname, int pathlen)
Use this function to retrieve the camera roll path where the camera stores video files when camera_roll_open_video() is called. See also camera_roll_set_path().
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.