Click or drag to resize

IControlFactory Interface

Represents an interface, that provides access to the control factory.
Control factory creates Image pane controls, that can be placed on the UI (see UIControl for details).

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

The IControlFactory type exposes the following members.

Methods
 NameDescription
Public methodCreateLiveCameoControl Create Image pane control for displaying live picture from camera.
Public methodCreatePlaybackCameoControl Create Image pane control for displaying recorded video.
Playback control is done via specified mediaPlayer.
Top
See Also