FaceFrame.FaceFrameSource Property

Gets the face frame source.

Syntax

public:
property FaceFrameSource^ FaceFrameSource {
         FaceFrameSource^ get ();
}
public FaceFrameSourceFaceFrameSource { get; }
var faceFrameSource = faceFrame.faceFrameSource;

Property value

Type: FaceFrameSource
The face frame source.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

FaceFrame Class
Microsoft.Kinect.Face Namespace