frigate_plate_recognizer icon indicating copy to clipboard operation
frigate_plate_recognizer copied to clipboard

Identify license plates via Plate Recognizer and add them as sublabels to Frigate

Results 22 frigate_plate_recognizer issues
Sort by recently updated
recently updated
newest added

I've been running https://github.com/kyle4269/frigate_alpr and i think webapp will be a nice feature to add, simple, clear and useful. Regards

Hi team, all is working without problem but i can't get working the sublabel insert: 2024-05-08 05:52:03,330 - __main__ - INFO - Recognised plate is a Watched Plate: XXXX 2024-05-08...

I was having issues with the container restarting automatically whenever a license plate was being processed. Logs in `/config/frigate_plate_recognizer.log`: ``` 2024-04-12 17:43:36,743 - __main__ - DEBUG - Getting snapshot for...

frigate_plate_recognizer | 2024-03-29 11:28:30,911 - __main__ - INFO - MQTT Connected frigate_plate_recognizer | Traceback (most recent call last): frigate_plate_recognizer | File "/usr/local/lib/python3.9/site-packages/requests/models.py", line 971, in json frigate_plate_recognizer | return complexjson.loads(self.text,...

Hi, will there be a version for this platform ? I am using a Raspberry Pi 4b Model B Debian GNU/Linux 12 (bookworm) aarch64

https://github.com/ljmerza/frigate_plate_recognizer/blob/4149b315d77310b6045a8dc6f0451e788422c46f/index.py#L150C1-L154C34 ``` #Step 1 - test if top plate is a watched plate matching_plate = str(plate_number).lower() in config_watched_plates if matching_plate: _LOGGER.info(f"Recognised plate is a Watched Plate: {plate_number}") return None, None,...

I have a 4K camera that's used to capture person and car objects on my drive. Object detection is fairly reliable using the low-res stream from the camera fed to...

ERROR - Failed to get plate number. Response: {'success': False, 'error': 'Unable to create interpreter', 'moduleId': 'ALPR', 'moduleName': 'License Plate Reader', 'code': 500, 'command': 'alpr', 'requestId': '3db6b41d-371d-4589-9d39-703041505523', 'inferenceDevice': 'CPU', 'analysisRoundTripMs':...

Hi All, Thank you for the hard work you did, it's amazing :-) Is it possible to limit '[frigate_plate_recognizer](https://github.com/ljmerza/frigate_plate_recognizer)' to query platerecognizer.com only one time per second ? What happen...

This is my log how do I fix this error ``` - Time: 2024-02-29 08:13:36.009 2024-02-29 08:13:36,009 - __main__ - INFO - Python Version: 3.12.2 (main, Feb 10 2024, 12:07:07)...