Is it possible to get a camera’s GPS coordinates via the XPMobileSDK or maybe the MIP SDK? We are trying to create a listing of camera inventory.
I think it would be the GetCapabilities method in Mobile SDK.
In the MIP SDK there is a Smart Client Location View sample.. https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/locationview/readme.html&tree=tree_1.html
I am wrong, the two are not the same. The first is camera configuration, the second is on metadata stream with location data.
In the MIP SDK you can get the location from PositioningInformation class.
You can see it in use in the Config AccessViaSDK sample.
Thanks, Bo, I appreciate the help!