Click or drag to resize
MoveDirection Enumeration
Direction of the PTZ component's Pan, Tilt and Zoom

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum MoveDirection
Members
  Member nameValueDescription
Right0 Move to right
Left1 Move to left
Up2 Move to up
Down3 Move to down
LeftUp4 Move to left and up
RightUp5 Move to right and up
LeftDown6 Move to left and down
RightDown7 Move to right and down
In8 Zoom in
Out9 Zoom Out
None10 Standby
See Also