Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a boolean that indicates if the tracking id is valid.
Syntax
public:
property bool IsTrackingIdValid {
bool get ();
}
public bool IsTrackingIdValid { get; }
var isTrackingIdValid = faceFrameSource.isTrackingIdValid;
Property value
[C++]
[C#]
[JavaScript]
Type: bool
Type: bool
Type: Boolean
True if the tracking id is valid; otherwise false.
Requirements
Namespace: Microsoft.Kinect.Face
Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)