Using MIP SDK, is it possible to do follows on a map.
1.When the status changed, We want to change the color of the Hot Zone on a map.
2.We want to chenge Show/hide the element on a map.
3.if we would like to select own menu to right-clicked menu of camera icon,
and we want to call our own plugins.
If yes, let us know any sample source.
No, it is not possible to work with built-in camera icons on the Map.
Consider if using the “SelectedCameraChangedIndication” in a SidePanel plugin could perform the function. E.g. have some buttons or dropdown that work for the selected camera.
We want to change the element’s status on a map.
Is it possible to work the function by using the “SelectedCameraChangedIndication”?
How can I add some buttons or dropdown?
If you have a built-in item on a map you cannot add buttons or dropdowns. If you have your own items you can, see the Sensor Monitor sample.
It might be something else that Anders is suggesting. If you have a camera on a map, if you then hover the mouse over it or click on it, then you will get a “SelectedCameraChangedIndication” if you subscribe to it. This however does not enable you to change the map, but it could be the way that you can call your own plug-in and have it do something (-something that is not changing the map).