Hello,
I’ve read several posts indicating that the LPR events have a type of “LPR Event”, but I have not been able to determine if we are only allowed to query Milestone or if we are allowed to insert data.
Is it possible to provide Milestone with LPR information so that it is cataloged and searchable within the “LPR” tab in Smart Client? If so, can you point me in the direction of any documentation or examples that shows how to do this?
It is possible to pass in LPR events from another plugin or standalone integration, which will be shown in the LPR tab in Smart Client. It is, however, not officially supported at the moment and thus there is currently no documentation on it (shouldn’t be too hard to look at an existing event though
).
But there are some shortcomings, which is the reason why it is not currently supported:
- You need to have at least one XProtect LPR channel on your system for the LPR tab to be enabled
- You need to match up your detections with existing black/whitelists yourself (the system will not do the matching). You can access the lists through the Config API though.
Just what I was looking for. Thank you for the answer!