Click or drag to resize
Accord.NET (logo)

KinectSetLedColor Method

Set color of Kinect's LED.

Namespace:  Accord.Video.Kinect
Assembly:  Accord.Video.Kinect (in Accord.Video.Kinect.dll) Version: 3.8.0
Syntax
public void SetLedColor(
	LedColorOption ledColor
)
Request Example View Source

Parameters

ledColor
Type: Accord.Video.KinectLedColorOption
LED color to set.
Exceptions
ExceptionCondition
DeviceErrorExceptionSome error occurred with the device. Check error message.
See Also