Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the face model for the frame source.
Syntax
public:
property FaceModel^ FaceModel {
FaceModel^ get ();
void set (FaceModel^ value);
}
public FaceModelFaceModel { get; set; }
var faceModel = highDefinitionFaceFrameSource.faceModel;
highDefinitionFaceFrameSource.faceModel = faceModel;
Property value
Type: FaceModel
The face model for the frame source.
Requirements
Namespace: Microsoft.Kinect.Face
Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)
See also
Reference
HighDefinitionFaceFrameSource Class
Microsoft.Kinect.Face Namespace