Share via


HighDefinitionFaceFrameSource Class

Represents a high-definition face frame source.

Syntax

public ref class HighDefinitionFaceFrameSource sealed : INotifyPropertyChanged
public sealed class HighDefinitionFaceFrameSource : INotifyPropertyChanged
var highDefinitionFaceFrameSource = Microsoft.Kinect.Face.HighDefinitionFaceFrameSource;

Members

HighDefinitionFaceFrameSource has the following members.

Constructors

Name Description
HighDefinitionFaceFrameSource Initializes a new instance of the HighDefinitionFaceFrameSource class.

Properties

Name Description
FaceModel Gets the face model for the frame source.
IsActive Gets a boolean that indicates the activity state of the high-definition face frame source.
IsOnline Gets the current activity status of this source.
IsTrackingIdValid Gets a boolean that indicates if the tracking id is valid.
KinectSensor Gets the Kinect sensor.
TrackingId Gets or sets the tracking ID.
TrackingQuality Gets or sets the tracking quality.

Methods

Name Description
FeedAndCalculateFrameData TBD
OpenModelBuilder Opens a new model builder. The model builder must be disposed.
OpenReader Opens a new stream reader. This reader must be disposed.

Events

Name Description
PropertyChanged Occurs when a property of the HighDefinitionFaceFrameSource changes.
TrackingIdLost Occurs when the tracking ID is lost.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

Microsoft.Kinect.Face Namespace