focusModeFixed constant

String const focusModeFixed

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. Applications should not call Camera.autoFocus in this mode.

Implementation

static const String focusModeFixed = 'fixed';