HighDefinitionFaceFrame.InfraredFrameReference Property

Gets a reference to the infrared frame associated with the high-definition face frame.

Syntax

public:
property InfraredFrameReference^ InfraredFrameReference {
         InfraredFrameReference^ get ();
}
public InfraredFrameReferenceInfraredFrameReference { get; }
var infraredFrameReference = highDefinitionFaceFrame.infraredFrameReference;

Property value

Type: InfraredFrameReference
The infrared frame reference.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

HighDefinitionFaceFrame Class
Microsoft.Kinect.Face Namespace