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: 10.3.199.0
Syntaxvoid Patrol(
PatrolDirection direction,
double duration
)
Sub Patrol (
direction As PatrolDirection,
duration As Double
)
void Patrol(
PatrolDirection direction,
double duration
)
abstract Patrol :
direction : PatrolDirection *
duration : float -> unit
Parameters
- direction
- Type: PatrolDirection
- duration
- Type: SystemDouble
See Also