Share via


KinectSensor.ColorFrameReady Event

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