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