FaceFrameReader.FrameArrived Event

Occurs when a new frame is ready.

Note FrameArrived will never fire in shared apps that are currently snapped and in exclusive apps that have disabled the Kinect GPU reservation using the CoreApplication.DisableKinectGpuReservation property. See the DisableKinectGpuReservation remarks section for more information.

Syntax

public:
event TypedEventHandler<FaceFrameReader^ , FaceFrameArrivedEventArgs^ >^ FrameArrived {
         EventRegistrationToken add (TypedEventHandler<FaceFrameReader^ , FaceFrameArrivedEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Requirements

Namespace: Microsoft.Kinect.Face

Metadata: microsoft.kinect.face.winmd

See also

Reference

FaceFrameReader Class

FaceFrameReader Members

Microsoft.Kinect.Face Namespace