Can add a information that displays information under the camera shape When adding a camera on a map

Hi ​I’m developing a density service using Milestone plug-in.

If I add a camera on the map, I want to display density information on the camera near the shape of the camera, so is there a way to generate it right away when I register the camera through the plug-in?

Ex)

No, unfortunately not. You can of course read the position of the camera through our APIs and then add a MIP item close to that position, but that would still only be an icon and a name and you would have to keep track of changes in position of the camera yourself.

Thank you, Are there any examples related to get the location of the camera position?

No I don’t think so, but you find it in the PositioningInformation property of the Item class. You get items out using Configuration.Instance.GetItem/GetItems.

Alternatively you can also use the Camera class which has the position in the GisPoint property: https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_configuration_items_1_1_camera.html&tree=tree_search.html?search=camera

Thank you so much!​