Click or drag to resize
ICameraMovementPatrol Method
Starts scanning to the set direction for the set duration, than goes back to the starting position.

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
void Patrol(
	PatrolDirection direction,
	double duration
)

Parameters

direction
Type: Ozeki.CameraPatrolDirection
duration
Type: SystemDouble
See Also