ICameraMovementRelativeMove Method |
Moves the camera in the selected direction with the movement mode: Relative.
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxvoid RelativeMove(
MoveDirection panTilt,
MoveDirection zoom
)
Sub RelativeMove (
panTilt As MoveDirection,
zoom As MoveDirection
)
void RelativeMove(
MoveDirection panTilt,
MoveDirection zoom
)
abstract RelativeMove :
panTilt : MoveDirection *
zoom : MoveDirection -> unit
Parameters
- panTilt
- Type: Ozeki.CameraMoveDirection
- zoom
- Type: Ozeki.CameraMoveDirection
See Also