How can I recover the image on the view in the smart Client?
I used the ImageViewControl class and the GetCurrentDisplayImageAsBitmap method but it always returns null image
I can have an example of use?
thank you
Br
Francesco
How can I recover the image on the view in the smart Client?
I used the ImageViewControl class and the GetCurrentDisplayImageAsBitmap method but it always returns null image
I can have an example of use?
thank you
Br
Francesco
When in the Smart Client using the regular camera views you do not have access to the ImageViewerControl class but can use the ImageViewerAddOn class instead.
Thanks for the reply. How can I use this class to recover the image contained in a view?
Br
Francesco
You can see an example of the use of the ImageViewerAddOn class in the Analytics Overlay plugin sample. There is unfortunately no sample using
Bitmap VideoOS.Platform.Client.ImageViewerAddOn.GetCurrentDisplayedImageAsBitmap (
)