camera_focusmode_t
The focus mode of the camera.
Synopsis:
#include <camera/camera_api.h>
typedef enum { CAMERA_FOCUSMODE_OFF = 0 CAMERA_FOCUSMODE_EDOF CAMERA_FOCUSMODE_MANUAL CAMERA_FOCUSMODE_AUTO CAMERA_FOCUSMODE_MACRO CAMERA_FOCUSMODE_CONTINUOUS_AUTO CAMERA_FOCUSMODE_CONTINUOUS_MACRO CAMERA_FOCUSMODE_NUMFOCUSMODES } camera_focusmode_t;
Since:
BlackBerry 10.0.0
Data:
Library:
libcamapi (For the qcc command, use the -l camapi option to link against this library)Description:
Use camera_get_focus_modes() to determine the focus modes that are supported by the current platform and camera.
Last modified: 2014-05-14