Click or drag to resize
Accord.NET (logo)

LedColorOption Enumeration

Kinect's LED color options.

Namespace:  Accord.Video.Kinect
Assembly:  Accord.Video.Kinect (in Accord.Video.Kinect.dll) Version: 3.8.0
Syntax
public enum LedColorOption
Members
  Member nameValueDescription
Off0 The LED is off.
Green1 The LED is on and has green color.
Red2 The LED is on and has red color.
Yellow3 The LED is on and has yellow color.
BlinkGreen4 The LED is blinking with green color.
BlinkRedYellow6 The LED is blinking from red to yellow color.
See Also