HighDefinitionFaceFrame.IsFaceTracked Property

Gets a boolean value indicating if the face is tracked.

Syntax

public:
property bool IsFaceTracked {
         bool get ();
}
public bool IsFaceTracked { get; }
var isFaceTracked = highDefinitionFaceFrame.isFaceTracked;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: bool
Type: bool
Type: Boolean

 

True if the face is tracked; otherwise, false.

Requirements

Namespace: Microsoft.Kinect.Face

Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)

See also

Reference

HighDefinitionFaceFrame Class
Microsoft.Kinect.Face Namespace