Represents the major mode of the viewfinder.
#include <camera/camera_api.h>
typedef enum {
CAMERA_VFMODE_DEFAULT
CAMERA_VFMODE_PHOTO
CAMERA_VFMODE_CONTINUOUS_BURST
CAMERA_VFMODE_FIXED_BURST
CAMERA_VFMODE_EV_BRACKETING
CAMERA_VFMODE_VIDEO
CAMERA_VFMODE_VIDEO_SNAPSHOT
CAMERA_VFMODE_HIGH_SPEED_VIDEO
CAMERA_VFMODE_HDR_VIDEO
CAMERA_VFMODE_NUM_MODES
} camera_vfmode_t;
BlackBerry 10.3.0
The camera_has_feature() function provides a complete list of features supported by the camera.
For more information about taking photos, see camera_take_photo().
For more information, see camera_start_burst().
For more information, see camera_take_burst().
For more information, see camera_config_ev_bracketing() and camera_take_burst().
For more information, see camera_start_video() and camera_start_encode().
For more information, see camera_start_video(), camera_start_encode(), and camera_take_photo().
For more information, see camera_start_video() and camera_start_encode().
For more information, see camera_start_video() and camera_start_encode().
Each viewfinder mode provides a different set of capabilities, which can be checked using camera_has_feature() after choosing a mode. Not all cameras support all viewfinder modes, so ensure you query camera_get_supported_vf_modes() before using camera_set_vf_mode().
For more information about viewfinder modes, see Viewfinder modes.