Overriding "Draw box to zoom" functionality in SmartClient

Hi,

I’d like to override “draw box to zoom” functionality in SmartClient’s PlaybackWorkspace. What I want is to select a rectangle on a video, but instead of zooming it, I want to crop the selected image. All I need is the coordinates of the rectangle. Is this possible? Or do I need to create my own ImageViewerWpfControl to achieve this?

Thanks in advance.

It is not possible to override this functionality in the built-in camera items in the Smart Client.

It is possible to do this on a camera item (using a ImageViewerWpfControl) developed by you.