Share via


Camera.Parameters.FocusModeFixed Field

Definition

Caution

deprecated

Focus is fixed.

[Android.Runtime.Register("FOCUS_MODE_FIXED")]
[System.Obsolete("deprecated")]
public const string FocusModeFixed;
[<Android.Runtime.Register("FOCUS_MODE_FIXED")>]
[<System.Obsolete("deprecated")>]
val mutable FocusModeFixed : string

Field Value

Attributes

Remarks

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 #autoFocus(AutoFocusCallback) in this mode.

Java documentation for android.hardware.Camera.Parameters.FOCUS_MODE_FIXED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to