LPR Event integration

Hello,

I am evaluating the integration of LPR Events in our existing integration and have a few questions.

From the LPREventViewer Sample I already know that the LPR events are received as AnalyticsEvents with type “LPR Event”.

Which information are sent alongside these events? Which AnalyticsObjects? Are these events enriched with the data from the match lists (employee name, …)? Is it possible to integrate a similar range of functions as the SmartClient ?

I know there is a actual number plate string which is in the ObjectList.

See also - https://doc.milestonesys.com/2020R2/en-US/add-ons/add-on_lpr/sc_configuringxprlpr.htm?Highlight=lpr

If you are a milestone Partner you might have the option of getting a test license.

I made some tests with LPR in our test environment.

There is an AnalyticsObject of type “LPR Plate” in the AnalyticsEvent which contains the license plate. I also noticed that the EventHeader contains the country (field CustomTag) and the name of the match list (field Message).

Is there a configuration in XProtect to add the custom fields from the match list to the AnalyticsObject or is it possible to request the custom fields from the match list within MIP SDK?

It is possible to request the custom fields from the match list within MIP SDK.

The Config API Client can show you how.

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

It is a big sample if you do not find it please let us know.