Click or drag to resize

AlarmCameraDisplayOption Enumeration

Options for displaying camera-related content in an alarm image pane.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public enum AlarmCameraDisplayOption
Members
Member nameValueDescription
Live0 Show the live stream of the camera in the alarm image pane.
InstantPlayback1 Show instant playback of the camera in the alarm image pane.
PausedInstantPlayback2 Show paused instant playback of the camera in the alarm image pane.
InstantPlaybackWithLoop3 Show instant playback with loop playback turned on.
InstantPlaybackPausedWithLoop4 Show instant playback in paused mode with loop playback turned on.
See Also