Share via


FaceFrameSource Class

Represents a face frame source.

Syntax

public ref class FaceFrameSource sealed
public sealed class FaceFrameSource
var faceFrameSource = Microsoft.Kinect.Face.FaceFrameSource;

Members

FaceFrameSource has the following members.

Constructors

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

Properties

Name Description
FaceFrameFeatures Gets the flags that indicate which face frame features data are present in this face frame.
IsActive 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 associated with the face frame source.
TrackingId Gets or sets the tracking id.

Methods

Name Description
OpenReader Opens a new stream reader. This reader must be disposed.

Events

Name Description
PropertyChanged Occurs when a property of the FaceFrameSource changes.
TrackingIdLost This event occurs when invalid frames arrive for the TrackingId listed in the event args.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

Microsoft.Kinect.Face Namespace