Get opened camera id in MIP

Hi all!

I would like to create a mipsdk plugin that can retrieve the IDs and positions of open cameras in the view.

Is it possible in SC? Which receiver should I use?

Thanks in advance!

If you explore the Configuration Dump plugin sample you can see how you can read the open views and see the content.

https://doc.developer.milestonesys.com/mipsdk/index.html?base=samples%2FPluginSamples%2FConfigDump%2FREADME.html&tree=tree_1.html

If you want to subscribe and get which cameras are opened I think you can explore the Analytics Overlay plugin sample, it subscribes to ClientControl.Instance.NewImageViewerControlEvent, which basically tells when a new camera is being shown.

https://doc.developer.milestonesys.com/mipsdk/index.html?base=samples%2FPluginSamples%2FAnalyticsOverlay%2FREADME.html&tree=tree_1.html