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 a new color frame is available in the ColorStream.
Syntax
public event EventHandler<ColorImageFrameReadyEventArgs> ColorFrameReady
'Declaration
Public Event ColorFrameReady As EventHandler(Of ColorImageFrameReadyEventArgs)
Remarks
To use this event, you must first register it. For an example, see Register an event that fires when data is ready.
Requirements
Namespace: Microsoft.Kinect
Assembly: Microsoft.Kinect (in microsoft.kinect.dll)
See Also
Reference
KinectSensor Class
KinectSensor Members
Microsoft.Kinect Namespace