FaceFrameSource.TrackingIdLost Event

This event occurs when invalid frames arrive for the TrackingId listed in the event args.

Syntax

public:
event TypedEventHandler<FaceFrameSource^ , TrackingIdLostEventArgs^ >^ TrackingIdLost {
         EventRegistrationToken add (TypedEventHandler<FaceFrameSource^ , TrackingIdLostEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Requirements

Namespace: Microsoft.Kinect.Face

Metadata: microsoft.kinect.face.winmd

See also

Reference

FaceFrameSource Class

FaceFrameSource Members

Microsoft.Kinect.Face Namespace