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.
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)