HighDefinitionFaceFrame.DepthFrameReference Property

Gets a reference to the depth frame associated with the high-definitionface frame.

Syntax

public:
property DepthFrameReference^ DepthFrameReference {
         DepthFrameReference^ get ();
}
public DepthFrameReferenceDepthFrameReference { get; }
var depthFrameReference = highDefinitionFaceFrame.depthFrameReference;

Property value

Type: DepthFrameReference
The depth 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