|
LedColorOption Enumeration
|
Kinect's LED color options.
Namespace:
Accord.Video.Kinect
Assembly:
Accord.Video.Kinect (in Accord.Video.Kinect.dll) Version: 3.8.0
Syntaxpublic enum LedColorOption
Public Enumeration LedColorOption
Members
| Member name | Value | Description |
---|
| Off | 0 |
The LED is off.
|
| Green | 1 |
The LED is on and has green color.
|
| Red | 2 |
The LED is on and has red color.
|
| Yellow | 3 |
The LED is on and has yellow color.
|
| BlinkGreen | 4 |
The LED is blinking with green color.
|
| BlinkRedYellow | 6 |
The LED is blinking from red to yellow color.
|
See Also