Click or drag to resize

IContentManagerDisplayCamera Method

Displays the video of a camera in the specified video window and monitor. Whether live or recorded video is displayed, depends on the current mode of the client application. For cameras where no live or playback content is available (e.g. Allegiant cameras) no video window is opened.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
void DisplayCamera(
	ImagePane pane,
	Camera camera
)

Parameters

pane  ImagePane
camera  Camera
ICamera object that can be obtained from the camera manager.
Exceptions
ExceptionCondition
SdkException Thrown if camera doesn't exist in the configuration or is not permitted to caller.
See Also