_imageViewerControl.Disconnect(); function does not clear the display. Which function should i use to clear the display?
See –
abstract bool VideoOS.Platform.Client.ImageViewerControl.ShowImageViewer [get] [set]
This property can be used to control if the ImageViewer should be shown or not.
This can for example be used to hide the ImageViewer when there is no camera defined yet.
When the ImageViewer is not shown, the InfoText field is displayed instead.
--
Thank you Bo Andersen