Click or drag to resize

IVideoCameoControl Interface

Represents an interface, that provides access to the Image pane control.
Image pane control is responsible for showing live or playback video content.

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

The IVideoCameoControl type exposes the following members.

Properties
 NameDescription
Public propertyContentState Content current state (readonly).
(Inherited from ICameoControl)
Top
Methods
 NameDescription
Public methodGetSnapshot Get snapshot with image and additional information.
Public methodSetCamera Attach camera to be displayed in control.
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