|
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
)
Public Sub SetMotorTilt (
angle As Integer
)
Request Example
View SourceParameters
- angle
- Type: SystemInt32
Tilt value to set, [-31, 30] degrees.
Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException | Motor tilt has to be in the [-31, 31] range. |
DeviceErrorException | Some error occurred with the device. Check error message. |
See Also