Camera.StopFaceDetection Method

Definition

Caution

deprecated

Stops the face detection.

[Android.Runtime.Register("stopFaceDetection", "()V", "")]
[System.Obsolete("deprecated")]
public void StopFaceDetection ();
[<Android.Runtime.Register("stopFaceDetection", "()V", "")>]
[<System.Obsolete("deprecated")>]
member this.StopFaceDetection : unit -> unit
Attributes

Remarks

Stops the face detection.

Java documentation for android.hardware.Camera.stopFaceDetection().

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

See also