Click or drag to resize

IPtzControlZoom Method

Starts to zoom a camera.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
void Zoom(
	int zoomSpeed
)

Parameters

zoomSpeed  Int32
Possible values -100..100. Positive - zoom in, negative - zoom out.
Exceptions
ExceptionCondition
PtzLockedCameoSdkExceptionCamera was locked by user with higher priority.
See Also