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.
Kinect for Windows 1.5, 1.6, 1.7, 1.8
Event that fires when new frames are available for each of the sensor's active streams.
Syntax
public event EventHandler<AllFramesReadyEventArgs> AllFramesReady
'Declaration
Public Event AllFramesReady As EventHandler(Of AllFramesReadyEventArgs)
Remarks
This event includes frames from the ColorStream, DepthStream, and the SkeletonStream.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
KinectSensor Class
KinectSensor Members
Microsoft.Kinect Namespace