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: 10.3.199.0
Syntax
void RelativeMove(
	MoveDirection panTilt,
	MoveDirection zoom
)

Parameters

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