Updated: October 28, 2024 |
Retrieve the list of supported viewfinder resolutions
#include <camera/external_camera_api.h>
typedef int(* get_supported_vf_resolutions_func_t)(void *handle, camera_frametype_t frametype, int *numsupported, const camera_res_t **resolutions);
This function retrieves a list of the supported viewfinder resolutions for the specified camera frame type.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.