Overlay ptz aux

Hi,

using XProtect 2024 r1 and MIPS SDK 2023 R3.

Is there any feasibility of adding overlay buttons on the image viewer plugin control in SC?

Drag and drop/draw on the sample plugin(VideoPreview) is not working.

Thanks,

Vega.

The built-in overlay buttons are only working for the built-in camera views.

The overlay buttons you can develop using the MIP SDK can be used when you have your own Image Viewer control.

You can see for yourself in the Active Elements Overlay plugin sample.

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/activeelementsoverlay/readme.html&tree=tree_1.html

The Video Preview plugin sample uses some of the same functionality to draw a line.

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/videopreview/readme.html&tree=tree_1.html

https://github.com/milestonesys