You cannot get the ImageViewerControl (as the build-in cameras are not ImageViewerControls), but you can get an ImageViewerAddOn, which will give access to some of the same functionality. Have a look at the AnalyticsOverlay sample to see how to get access and use these.
Thanks, and how can I use it to locate the selected view to copy the image?
br
Francesco
I am not sure I get your question correct, but you can get the currently shown image by calling the GetCurrentDisplayedImageAsBitmap on the ImageViewerAddOn: https://doc.developer.milestonesys.com/html/MIPhelp/class_video_o_s_1_1_platform_1_1_client_1_1_image_viewer_add_on.html#a728a0451b69dbcb3ef5ae123cc98e6c4
Thanks,my problem is this … I have a view with three elements, two cameras and a plug-in … I need to insert in a richtextbox (in the plug-in) the image selected in one of the two view.
br
Francesco
So you should get hold of the ImageViewerAddOns from the two other views in the same way as it is done by the AnalyticsOverlay sample and then you can just get the current image by using the above mentioned method.