Click or drag to resize

IDewarpControllerMovePanTiltZoom Method

Moves the view to a new position with the provided speed parameters. To stop the moving provide 0 as value for the corresponding parameter.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
bool MovePanTiltZoom(
	float panSpeed,
	float tiltSpeed,
	float zoomSpeed
)

Parameters

panSpeed  Single
The speed of panning. Use value greater than 0 to start panning, use 0 to stop panning.
tiltSpeed  Single
The speed of tilting. Use value greater than 0 to start tilting, use 0 to stop tilting.
zoomSpeed  Single
The speed of zooming. Use value greater than 0 to start zooming, use 0 to stop zooming.

Return Value

Boolean
See Also