sclaflin / Plate-Minder

Monitor a video source for license plates and record them. Zero cloud dependencies.
MIT License
154 stars 22 forks source link

Allow optional passing of pattern argument to ALPR service #21

Closed KidA001 closed 1 year ago

KidA001 commented 1 year ago

This PR adds the ability to pass a pattern argument in the openALPR section of config.yaml. This argument is optional. When provided it is passed to the open-alpr-http-wrapper via body params.

Open to feedback and suggestions. Tried to follow existing patterns. https://github.com/sclaflin/OpenALPR-HTTP-Wrapper/pull/3 would need to be merged for this to be supported

sclaflin commented 1 year ago

Thanks for the contribution!