Click or drag to resize

IDecoderManagerIsCameraDisplayable Method

Can the give camera be displayed on this decoder. Analog cameras connected to a matrix or dvr typically cannot be displayed

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
bool IsCameraDisplayable(
	Camera camera
)

Parameters

camera  Camera
Camera handle which should be checked whether it is displayable.

Return Value

Boolean
Whether camera can be decoded by decoder.
Exceptions
ExceptionCondition
SdkException Thrown if camera doesn't exist in the configuration or is not permitted to caller.
See Also