Share via


FaceFrameReader Class

Represents a face frame reader.

Syntax

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

Members

FaceFrameReader has the following members.

Properties

Name Description
FaceFrameSource Gets the 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 FaceFrameReader.

Events

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

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

Microsoft.Kinect.Face Namespace