HighDefinitionFaceFrame.BodyFrameReference Property

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

Syntax

public:
property BodyFrameReference^ BodyFrameReference {
         BodyFrameReference^ get ();
}
public BodyFrameReferenceBodyFrameReference { get; }
var bodyFrameReference = highDefinitionFaceFrame.bodyFrameReference;

Property value

Type: BodyFrameReference
The body 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