Click or drag to resize

IDomeCameraManagerSavePosition Method

Saves the current camera position as preposition.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void SavePosition(
	DomeCamera camera,
	int posId
)

Parameters

camera  DomeCamera
posId  Int32
Exceptions
ExceptionCondition
SdkException Thrown if camera doesn't exist in the configuration or is not permitted to caller. Thrown when posId is not in range from 1 to 100.
UnauthorizedAccessSdkException Thrown if operation is not permitted to caller.
See Also