Updated: October 28, 2024 |
Query the viewfinder mode for a camera
#include <camera/camera_api.h>
camera_error_t camera_get_vf_mode(camera_handle_t handle, camera_vfmode_t *mode)
Use this function to retrieve the currently configured viewfinder mode.
CAMERA_EOK when the function successfully completes, otherwise another camera_error_t value that provides the reason that the call failed.