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.
Collects face data asynchronously.
Syntax
public:
IAsyncOperation<FaceModelData, >^ CollectFaceDataAsync()
public IAsyncOperation<FaceModelData, >CollectFaceDataAsync ()
faceModelBuilder.collectFaceDataAsync().done( /* Your success and error handlers */ );
Return value
Type: IAsyncOperation<FaceModelData, >
The face data.
Requirements
Namespace: Microsoft.Kinect.Face
Assembly: Microsoft.Kinect.Face (in microsoft.kinect.face.dll)