Click or drag to resize
ICameraMovementRelativeMove Method
Moves the camera in the selected direction with the movement mode: Relative.

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
void RelativeMove(
	MoveDirection panTilt,
	MoveDirection zoom
)

Parameters

panTilt
Type: Ozeki.CameraMoveDirection
zoom
Type: Ozeki.CameraMoveDirection
See Also