Click or drag to resize

ICameraManagerStartAlarmRecording Method

Starts alarm recording with some parameters. Use StopAlarmRecording(Camera) to stop a recording started by this method.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void StartAlarmRecording(
	Camera camera,
	bool protect,
	Guid alarmId,
	Object metadata
)

Parameters

camera  Camera
Camera handle.
protect  Boolean
Specifies whether recording should be protected.
alarmId  Guid
The value that will be used as an ID of alarm data and as a recording ID. New ID will be created if Guid.Empty is passed.
metadata  Object
The metadata to be associated with a recording.
Exceptions
ExceptionCondition
SdkException Thrown if camera doesn't exist in the configuration or is not permitted to caller.
UnauthorizedAccessSdkException Thrown if operation is not permitted to caller.
See Also