Click or drag to resize
Accord.NET (logo)

KinectSetMotorTilt Method

Set motor's tilt value.

Namespace:  Accord.Video.Kinect
Assembly:  Accord.Video.Kinect (in Accord.Video.Kinect.dll) Version: 3.8.0
Syntax
public void SetMotorTilt(
	int angle
)
Request Example View Source

Parameters

angle
Type: SystemInt32
Tilt value to set, [-31, 30] degrees.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionMotor tilt has to be in the [-31, 31] range.
DeviceErrorExceptionSome error occurred with the device. Check error message.
See Also