Click or drag to resize

IVideoCameoControl3 Interface

Represents an interface, that controls the visibility of the VCA overlays in Live and Playback.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
public interface IVideoCameoControl3 : IVideoCameoControl, 
	ICameoControl

The IVideoCameoControl3 type exposes the following members.

Properties
 NameDescription
Public propertyContentState Content current state (readonly).
(Inherited from ICameoControl)
Public propertyVcaOverlaysVisible Gets or sets a value indicating whether the VCA overlays are visible.
Top
Methods
 NameDescription
Public methodGetSnapshot Get snapshot with image and additional information.
(Inherited from IVideoCameoControl)
Public methodSetCamera Attach camera to be displayed in control.
(Inherited from IVideoCameoControl)
Public methodUIControl WinForms control that can be placed on a form, moved, resized, etc.
(Inherited from ICameoControl)
Top
Events
 NameDescription
Public eventContentStateChanged Notification about ContentState property changes.
(Inherited from ICameoControl)
Top
See Also