Share via


HighDefinitionFaceFrameReader Class

Represents a high-definition face frame reader.

Syntax

public ref class HighDefinitionFaceFrameReader sealed : IClosable, INotifyPropertyChanged
public sealed class HighDefinitionFaceFrameReader : IDisposable, INotifyPropertyChanged
var highDefinitionFaceFrameReader = Microsoft.Kinect.Face.HighDefinitionFaceFrameReader;

Members

HighDefinitionFaceFrameReader has the following members.

Properties

Name Description
HighDefinitionFaceFrameSource Gets the high-definition face frame source.
IsPaused Gets or sets a boolean that indicates if the reader is paused.

Methods

Name Description
AcquireLatestFrame >Gets the most recent frame. It may return null if no frame is available.
Close Closes the HighDefinitionFrameReader.

Events

Name Description
FrameArrived Occurs when a new frame is ready.
PropertyChanged Occurs when a property of the HighDefinitionFaceFrameReader changes.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

Microsoft.Kinect.Face Namespace