Click or drag to resize

IExporterAddCamera Method

Attach camera for which video will be exported.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
void AddCamera(
	ICamera camera
)

Parameters

camera  ICamera
Camera for which video will be exported.
Exceptions
ExceptionCondition
ArgumentNullExceptionParameter camera cannot be null.
CameoSdkExceptionSpecified camera has no recorder or recorder type is invalid.
NoPermissionCameoSdkExceptionUser has no 'Export Video' permission.
See Also