Click or drag to resize
Accord.NET (logo)

FaceControllerIsDetecting Property

Gets a value indicating whether this instance is attempting to detect faces in the video stream.

Namespace:  Accord.Controls.Vision
Assembly:  Accord.Controls.Vision (in Accord.Controls.Vision.dll) Version: 3.8.0
Syntax
[BrowsableAttribute(false)]
public bool IsDetecting { get; }
Request Example View Source

Property Value

Type: Boolean
true if this instance is detecting; otherwise, false.
See Also