Click or drag to resize

IDecoderManagerDisplayPanoramicCameraAtPredefinedPosition Method

Display the camera on a decoder.
Note: The camera will only be displayed on the decoder if the camera can be decoded by the decoder. This is only the case for IP cameras and not possible with analog cameras connected to a matrix or a DVR.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
bool DisplayPanoramicCameraAtPredefinedPosition(
	Decoder decoder,
	Camera camera,
	int predefinedPosition
)

Parameters

decoder  Decoder
Decoder handle where camera should be displayed.
camera  Camera
Camera handle which should be displayed.
predefinedPosition  Int32
Number of the configured predefined position.

Return Value

Boolean
Exceptions
ExceptionCondition
SdkException Thrown if decoder 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. Thrown if camera is not a panoramic camera. Thrown if predefinedPosition is not configured.
See Also