Hi folks, I ve integrated open street maps with my xprotect corporate. I would like access usimg MIPSDK to the open street maps parameters for each camera, for example latitude and longitude.
Does anybody know how to doit?
Regards
Hi folks, I ve integrated open street maps with my xprotect corporate. I would like access usimg MIPSDK to the open street maps parameters for each camera, for example latitude and longitude.
Does anybody know how to doit?
Regards
I have no experience with open street maps, and perhaps you already know the sample in the MIP SDK, if you do not already know it there might be inspiration or help in seeing it..
The Smart Client Location View sample uses the open-source GMap.NET library for map functions.
How do I using MIP SDK to get camera Latitude and Longitude ?
To get all camera data, name, ip …etc
And how to play camera live video stream and history stream ?
using Configuration API..
VideoOS.Platform.ConfigurationItems.Camera camera = new VideoOS.Platform.ConfigurationItems.Camera(fqidCamera);
string gisPoint = camera.GisPoint;
I suggest you explore the PlaybackWpfUser sample.
Can I use the MIP SDK Configuration API to get the Latitude and longitude for all cameras including all child sites by query the Parent site only, or do I have to enumerate each child site with configuration API to get all cameras displayed on the smart map with openstreet.
If you have multiple sites you have to ask each site to get information on the items within the site.