camera_roll_available_video()
Determines how much space (in btyes) is available to save video files to the camera roll.
Synopsis:
#include <camera/camera_api.h>
camera_error_t camera_roll_available_video(camera_handle_t handle, long long *size)
Arguments:
- handle
-
The handle to the camera.
- size
-
A pointer that is updated with the number of bytes available for saving the video.
Library:
libcamapiDescription:
The size argument is updated with the amount of space in bytes.
Returns:
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.