Interactif video overlay

Hello,

I am new with the MIPSDK and started to play with the sample. I am interested to have a video overlay, that user can interact with it: i.e. some shapes that the user can click.

I used the AnalyticsOverlay sample as a base, and I can draw the desired shape using ShapesOverlayAdd from ImageViewerAddOn class. I added some MouseLeftButtonDown to the shapes. But when I run the plugin, the only mouse click signal triggered is the one from the ImageViewerAddOn.

Is there a way to allow the signal from the shapes to pass “through” the ImageViewerAddOn ?

Else, is it possible form the ImageViewerAddOn (or some othe way) to get information about the digital zoom level, and the part of the image displayed? The idea behind is to know where the user clicked in the image when the digital zoom is activated.

Thank you,

Bernard

No, actions on the shapes can unfortunately not be used.

No, I found no way to detect that a image is digitally zoomed.

I will try to take up this scenario with Milestone Product Management or Development. I can see how what you are trying to do would be useful in many cases.

Thank you Bo for your answer. I keep aware for further news. Bernard