FocusMode

Created by svennahler on 16.02.17.

enum FocusMode

Constructors

FocusMode
Link copied to clipboard
open fun FocusMode(value: String)

Entries

AUTO
Link copied to clipboard

Auto-focus mode.

INFINITY
Link copied to clipboard

FOCUS is set at infinity.

MACRO
Link copied to clipboard

Macro (close-up) focus mode.

FIXED
Link copied to clipboard

FOCUS is fixed. The camera is always in this mode if the focus is not adjustable. If the camera has auto-focus, this mode can fix the focus, which is usually at hyperfocal distance.

EDOF
Link copied to clipboard

Extended depth of field (EDOF). Focusing is done digitally and continuously.

CONTINUOUS_VIDEO
Link copied to clipboard

Continuous auto focus mode intended for video recording. The camera continuously tries to focus. This is the best choice for video recording because the focus changes smoothly . Applications still can take picture in this mode but the subject may not be in focus. Auto focus starts when the parameter is set.

CONTINUOUS_PICTURE
Link copied to clipboard

Continuous auto focus mode intended for taking pictures. The camera continuously tries to focus. The speed of focus change is more aggressive than CONTINUOUS_VIDEO . Auto focus starts when the parameter is set.

Functions

get
Link copied to clipboard
open fun get(string: String): FocusMode

Properties

FALLBACK_LIST
Link copied to clipboard
val FALLBACK_LIST: Array<String>
value
Link copied to clipboard
val value: String