Hi, I’m using PlaybackWpfUser example.
When in live mode, if I programmatically put EnableMouseControlledPtz to false it seems to have no effect (I can still click on image moving camera and draw a rectangle to zoom in).
Note: I don’t want to put EnableMousePtzEmbeddedHandler to false, because I want to start/stop digital zoom (documentation says “When EnableDigitalZoom is set to true, the EnableMousePtzEmbeddedHandler should also be true”)
It seems to me that this problem appears only on ImageViewerWpfControl, while on ImageViewerControl it is ok.
Can you help please?