Integrating Python Detection Model with Milestone XProtect Smart Client for Alarm Notifications

I need assistance with configuring the Alarm Manager in the Milestone XProtect Smart Client to trigger alerts based on detection data (in XML) from my Python detection model. Any guidance on integrating these detections with the Smart Client’s alarm system would be greatly appreciated.

I think you need to see how you from external, Python app or something else, can send a Analytics Event. The event can trigger and alarm and be shown in the Smart Client Alarm Manager but can also be used in other ways.

https://doc.developer.milestonesys.com/html/index.html?base=reference/protocols/analytics_and_mad_events.html&tree=tree_3.html

https://doc.developer.milestonesys.com/html/index.html?base=samples/protocolsamples/triggeranalyticseventxml/readme.html&tree=tree_3.html

https://github.com/milestonesys

The sample is a C# sample but can very easily be transferred to other languages.