FaceFrame Class

Represents a face frame.

Syntax

public ref class FaceFrame sealed : IClosable
public sealed class FaceFrame : IDisposable
var faceFrame = Microsoft.Kinect.Face.FaceFrame;

Members

FaceFrame has the following members.

Properties

Name Description
BodyFrameReference Gets a reference to the body frame associated with the face frame.
ColorFrameReference Gets a reference to the color frame associated with the face frame.
DepthFrameReference Gets a reference to the depth frame associated with the face frame.
FaceFrameResult Gets the face frame result.
FaceFrameSource Gets the face frame source.
InfraredFrameReference Gets a reference to the infrared frame associated with the face frame.
IsTrackingIdValid Gets a boolean value indicating if the tracking ID is valid.
RelativeTime Gets the relative time of this frame.
TrackingId Gets or sets the tracking ID.

Methods

Name Description
Close Closes the FaceFrame and disposes of associated system resources.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

Microsoft.Kinect.Face Namespace