Click or drag to resize

IContentManagerGetCameraFromImagePane Method

Gets the camera from the given Image pane if the type of content of the Image pane is Live or Playback.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
Camera GetCameraFromImagePane(
	ImagePane pane
)

Parameters

pane  ImagePane
Image pane.

Return Value

Camera
The camera.
See Also