Click or drag to resize

IMatrixManagerDisplayCamera Method

Displays the given Camera on a monitor connected to a Matrix

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
bool DisplayCamera(
	Matrix m,
	Camera c,
	int monitorNr
)

Parameters

m  Matrix
Matrix
c  Camera
Camera
monitorNr  Int32
monitorNr

Return Value

Boolean
true if the operation was successful
Exceptions
ExceptionCondition
SdkException Thrown if camera c doesn't exist in the configuration or is not permitted to caller.
UnauthorizedAccessSdkException Thrown if operation is not permitted to caller.
See Also