Share via


FaceFrameReference.AcquireFrame Method

Gets a container for one frame of face frame data.

Syntax

public:
FaceFrame^ AcquireFrame()
public FaceFrameAcquireFrame ()
var faceFrame = faceFrameReference.acquireFrame();

Return value

Type: FaceFrame
Upon success, returns the FaceFrameReference corresponding to this event, which must be disposed. Can return null if the data is not available.

Requirements

Namespace: Microsoft.Kinect.Face

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

See also

Reference

FaceFrameReference Class
Microsoft.Kinect.Face Namespace