Click or drag to resize

IPtzControlCallCommand Method

Execute PTZ command on camera.

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

Parameters

commandId  Int32
Id of command.
Exceptions
ExceptionCondition
PtzLockedCameoSdkExceptionCamera was locked by user with higher priority.
NoPermissionCameoSdkExceptionUser has no 'Aux' permission.
Remarks
Available list of Ids can be found in AuxCommands enumeration.
See Also