Camera.Parameters.MaxNumDetectedFaces Property

Definition

Caution

deprecated

Gets the maximum number of detected faces supported.

[System.Obsolete("deprecated")]
public virtual int MaxNumDetectedFaces { [Android.Runtime.Register("getMaxNumDetectedFaces", "()I", "GetGetMaxNumDetectedFacesHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getMaxNumDetectedFaces", "()I", "GetGetMaxNumDetectedFacesHandler")>]
member this.MaxNumDetectedFaces : int

Property Value

the maximum number of detected face supported by the camera.

Attributes

Remarks

Gets the maximum number of detected faces supported. This is the maximum length of the list returned from FaceDetectionListener. If the return value is 0, face detection of the specified type is not supported.

Java documentation for android.hardware.Camera.Parameters.getMaxNumDetectedFaces().

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