MoveDirection Enumeration |
Direction of the PTZ component's Pan, Tilt and Zoom
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum MoveDirection
Public Enumeration MoveDirection
public enum class MoveDirection
Members
| Member name | Value | Description |
---|
| Right | 0 |
Move to right
|
| Left | 1 |
Move to left
|
| Up | 2 |
Move to up
|
| Down | 3 |
Move to down
|
| LeftUp | 4 |
Move to left and up
|
| RightUp | 5 |
Move to right and up
|
| LeftDown | 6 |
Move to left and down
|
| RightDown | 7 |
Move to right and down
|
| In | 8 |
Zoom in
|
| Out | 9 |
Zoom Out
|
| None | 10 |
Standby
|
See Also