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!
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.
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.