Xprotect Corporate Server Access to 3rd Party Application

Hi,

We wanted to give access of our Xprotect Corporate Server to third party application for showing the cameras plotted in the their applications. Is there any API or access mechanism by which I can give access of the LIVE feed of the camera and other components

Hi,

This documentation might be helpful for you.

https://doc.developer.milestonesys.com/html/index.html?base=gettingstarted/video_integrations.html&tree=tree_4.html

If you have a further question regarding MIP SDK, feel free to ask us and please elaborate it.

Hi,

Thanks for your input I have gone through the Documentation, infact for long I have been analyzing. My requirement is as per below:-

Whenever operator sees an event, manually he/she should be able to generate an Analytic event which is predefined in Management Server (for e.g, Traffic, Accident) and send the same event with certain parameters (like the Live/playback view of cameras with event id, Alarm type, Alarm name, Camera id and name , Event Location, Event time, Message, Action, Lat and Long with snap) included in the event. And this information should be able to fetch from third party application directly along with Snap.

Now I have done this through Analytics Event Trigger via MIP .Net library which is available MIP SDK. However this is limited only within Smart Client.

Is there way or work around by which I can give access to third party for the above event database.???

Thanks

To be more specific:-

Lets say I have an alarm or event generated in Smart Client "MyAnalyticsEvent"which is showing in “Alarm Manager”. Now I need to know where this alarm data are stored in the event server i.e., path where I can give the path of that folder to third party application with read access.

Hope now its clear..

Hi. Thank you for your details.

Alarm data are stored in SQL but you must not change it because your change might influence entire VMS system. Also it might cause a severe issue in a next version when you upgrade your VMS system.

So let me introduce Alarm and Event Viewer sample to you.

https://doc.developer.milestonesys.com/html/index.html?base=samples/alarmviewer_sample.html&tree=tree_2.html

This sample shows how to present alarms or events in a dynamic list. You will see how to read Alarms and Events data when you explore it.