IVideoCameoControlSetCamera Method |  |
Attach camera to be displayed in control.
Namespace: Bosch.Vms.CameoSdkAssembly: Bosch.Vms.CameoSdk (in Bosch.Vms.CameoSdk.dll) Version: 1.6.0.0
Syntaxvoid 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