LPR Plugin Match Lists

Can someone please show me how to extract the fields of a specific Match List from a License Plate Number read by LPR Plugin?

Many Thanks,

Frediano

In the RestAPI and in the Configuration API there is functionality to handle LPR Match Lists.

https://doc.developer.milestonesys.com/mipvmsapi/#operation/getAlllprMatchLists

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

There is a known limitation that the Config API Client sample and the strongly typed Configuration API - VideoOS.Platform.ConfigurationItems classes - cannot work with the LPR Match Lists.

Unfortunately, this means there is no sample that can show you how to work with LPR Match Lists. I hope you will be able to make it work.

It wasn’t easy, especially extracting the custom fields without documentation and examples, however I managed it.

Thanks for the directions.

Frediano