How do I communicate to LPR plugin from my own plugin?

Hi, I started exploring SDK this week and am still new to Plugin development. I would like to know whether there is a way to send message to my plugin from LPR plugin when there is an alarm trigger? For Example, when there is a match from license plate list, I want to send HTTP call to my server. Thank you

The way to do this is to listen for events or alarms from the LPR system.

If you explore the Smart Client Overlay on Event plugin sample you can see how it subscribe to and use both analytics events and alarms. If you run this plugin sample while having LPR running you very quickly see what you get.

The same method is usable in a MIP SDK based application or service. Perhaps your server could itself listen for this.