Click or drag to resize

IContentManagerDisplayCameraInInstantPlayback Method

Displays the instant playback of a camera in the specified video window and monitor. In case the selected monitor is playback the seekTime and the playForward parameters are ignored. For cameras where no 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 DisplayCameraInInstantPlayback(
	ImagePane pane,
	Camera camera,
	DateTime seekTime,
	bool playForward
)

Parameters

pane  ImagePane
camera  Camera
Camera object that can be obtained from the camera manager.
seekTime  DateTime
The seek time that shall be set. The time format is local.
playForward  Boolean
Sets the play forward or pause mode
Exceptions
ExceptionCondition
SdkException Thrown if camera doesn't exist in the configuration or is not permitted to caller.
UnauthorizedAccessSdkException Thrown if operation is not permitted to caller.
See Also