Click or drag to resize

IVideoCameoControlSetCamera Method

Attach camera to be displayed in control.

Namespace: Bosch.Vms.CameoSdk
Assembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntax
C#
void SetCamera(
	ICamera camera
)

Parameters

camera  ICamera
Camera that will be displayed in control.
Remarks
After camera was set, connection to the camera will be established and displaying video will be started.
You can stop showing live picture by calling SetCamera(null). In this case UIControl becomes transparent. You can also destroy UIControl in order to stop video.
See Also