MoveDirection Enumeration |
Direction of the PTZ component's Pan, Tilt and Zoom
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic enum MoveDirection
Public Enumeration MoveDirection
public enum class MoveDirection
MembersMember 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