Click or drag to resize

IAnalogMonitorManagerDisplayCamera Method

Displays specified camera on monitor

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
bool DisplayCamera(
	AnalogMonitor monitor,
	Camera camera
)

Parameters

monitor  AnalogMonitor
Analog monitor where camera should be displayed.
camera  Camera
Camera that should be displayed.

Return Value

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