Click or drag to resize

IDecoderManagerGetDisplayedCamera Method

Returns the camera displayed on a decoder.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
Camera GetDisplayedCamera(
	Decoder decoder
)

Parameters

decoder  Decoder
Decoder handle from which camera should be retrieved.

Return Value

Camera
Camera handle that is displayed on specified decoder.
Exceptions
ExceptionCondition
SdkException Thrown if decoder doesn't exist in the configuration or is not permitted to caller.
See Also