Click or drag to resize

IPtzControlMove Method

Starts to move a camera.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
void Move(
	int panSpeed,
	int tiltSpeed
)

Parameters

panSpeed  Int32
Possible values -100..100. Positive - right, negative - left.
tiltSpeed  Int32
Possible values -100..100. Positive - up, negative - down.
Exceptions
ExceptionCondition
PtzLockedCameoSdkExceptionCamera was locked by user with higher priority.
See Also