Is there a way to develop my own "OVERLAY BUTTONS" (like built-in push to talk) in Smart Client?

… so I can control liftable privacy masks, put some text on camera stream, maximize camera view etc?

Ideally those buttons can seat on the bottom of each camera view. Also is there a way to send some POST/GET message after clicking custom button?

Thanks!

Peter Moscicki

KnowFalls

The bottom of the camera view actually contains a toolbar, here you can place your buttons. This is not overlay but might suit your need even better..

Please explore the Smart Client Toolbar Plug-in sample (ViewItemToolbarPlugin)

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

The Smart Client overlays as you configure them from the setup (like built-in push to talk) are not open to MIP integration. However you can create the same sort of buttons, how to do this is shown in the Active Elements Overlay plugin sample.

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