Skip to content

Releases: robmarkcole/HASS-plate-recognizer

Internal update

26 Dec 07:52
b4d38c5
Compare
Choose a tag to compare
Merge pull request #51 from robmarkcole/ISSUE50

Update image_processing.py

Adds Coordinates of detected plate box

15 Dec 10:54
f66a924
Compare
Choose a tag to compare
Merge pull request #49 from holdestmade/main

Add Box X and Y centre coordinates attributes for each plate detected

Bugfix

01 Sep 15:26
e04437d
Compare
Choose a tag to compare

addresses #36

Add On-Premise SDK server

20 Jul 11:08
5137d26
Compare
Choose a tag to compare

Add On-Premise SDK server courtesy of @gadget-man in #40

Add support for mmc option (paid) to get vehicle orientation

27 Apr 07:06
510e790
Compare
Choose a tag to compare

Adds support for setting mmc true in request to receive orientation of vehicle in results.

Doesn't impact default behaviour, but if you've paid for the mmc tier that can return the orientation of the vehicle, setting mmc=true in your config will request the orientation and populate it in the attributes.

Credit @hdurdle in #32

Adds watched_plates arg

26 Feb 06:59
Compare
Choose a tag to compare

Adds an optional watched_plates arg which when configured allows individual plates to be watched for. Matching is fuzzy so even if it is not a perfect match (due to poor camera angle for example) the plate can still be matched. The readme gives an example of how a boolean sensor can be created for a watched plate.
Making this 1.0 release as this has all the essential features

arg always_save_latest_jpg is renamed to always_save_latest_file

17 Feb 08:20
ba745fc
Compare
Choose a tag to compare

The optional arg always_save_latest_jpg is now renamed to always_save_latest_file since this is actually a png, and to be consistent with other integrations (deepstack-object, amazon-rekognition)

Small bugfix and pass camera_id to plate recognizer

17 Feb 04:18
ba81e8e
Compare
Choose a tag to compare

This release fixes an issue where the state wouldn't update occasionally, and also passes the name of the camera entity to plate recognizer. This means the camera name shows up on the plate recognizer UI:

image

Adds regions config arg

15 Feb 08:41
fa24631
Compare
Choose a tag to compare

Add config arg for regions which matches the license plate pattern to a specific region or regions

Adds saving images

14 Feb 09:23
90a739c
Compare
Choose a tag to compare

See readme