I put together a pretty neat system with my LPR cams and a number of other software installations that does the following:
1) IP Cam for license plate photo & ONVIF trigger to Blue Iris
2) Blue Iris to pass photos to CodeProject.AI for license plate detection & first attempt at reading
3) Blue Iris to post alert photo to SFTP server & send MQTT topic which is subscribed by Node Red server
4) Node Red to determine if plate number was read & if it's a standard 6 digit plate, else pass image location to local OpenALPR server and process using Python script
5) Python script sends MQTT topic back out and subscribed Node Red server receives updated plate info
6) Final results are posted into LAMP stack (stored in MySQL database)
7) Node Red runs a query and determines if the detected vehicle is worthy of alerting (based on an algorithm I came up with) or if is specifically identified as an 'alert' plate - at that point I can whitelist the plate, or do nothing and I'll be notified again when that plate passes again
8) Node Red send MQTT topic with Alert details to my local subscribed Home Assistant server which handles the notification & subsequent actions
I'm looking to use a service to check the registered address of a potentially alerted license plate - if the address is local then do not alert, etc etc. I have seen some with access to look up registration info on here before, but not sure if it's simply because they work for a government agency.
Is there a service that gives registration info based on license plate number?
Thanks
1) IP Cam for license plate photo & ONVIF trigger to Blue Iris
2) Blue Iris to pass photos to CodeProject.AI for license plate detection & first attempt at reading
3) Blue Iris to post alert photo to SFTP server & send MQTT topic which is subscribed by Node Red server
4) Node Red to determine if plate number was read & if it's a standard 6 digit plate, else pass image location to local OpenALPR server and process using Python script
5) Python script sends MQTT topic back out and subscribed Node Red server receives updated plate info
6) Final results are posted into LAMP stack (stored in MySQL database)
7) Node Red runs a query and determines if the detected vehicle is worthy of alerting (based on an algorithm I came up with) or if is specifically identified as an 'alert' plate - at that point I can whitelist the plate, or do nothing and I'll be notified again when that plate passes again
8) Node Red send MQTT topic with Alert details to my local subscribed Home Assistant server which handles the notification & subsequent actions
I'm looking to use a service to check the registered address of a potentially alerted license plate - if the address is local then do not alert, etc etc. I have seen some with access to look up registration info on here before, but not sure if it's simply because they work for a government agency.
Is there a service that gives registration info based on license plate number?
Thanks