Optimizing Frigate Plate Recognizer for Better License Plate Detection #16533
Replies: 2 comments 18 replies
-
Worth mentioning that 0.16 dev images are available if this is a priority |
Beta Was this translation helpful? Give feedback.
-
Additional Details: I've noticed that sometimes the image processed for license plate recognition is blurry, which leads to recognition failures. Even when the vehicle is stationary, no new images are processed after the initial detection, meaning I don't get a second chance to capture a clearer frame. To work around this, I attempted to create an automation that disables and then immediately re-enables object detection, hoping that Frigate would recognize the vehicle as a new object and process a fresh image. However, this did not work as expected—Frigate did not reprocess the vehicle. My questions: Is there a way to force Frigate to reprocess an object after an initial detection failure? |
Beta Was this translation helpful? Give feedback.
-
I'm working on a project to automate a gate opening system using license plate recognition. My setup includes Frigate (Plus) with a camera and the Frigate Plate Recognizer integration (GitHub link), which utilizes Plate Recognizer Cloud API for plate detection.
While the system works well for recognizing vehicles, I'm facing a recurring issue: Frigate often selects images that are excellent for vehicle detection but not optimal for license plate recognition. As a result, Plate Recognizer frequently fails to identify the plate correctly because the image captured does not clearly show the plate.
My Questions:
I am aware that the upcoming Frigate 0.16 version will natively integrate license plate recognition, but currently, there is no available beta that can be installed with Docker, so I am unable to test it.
Any insights, suggestions, or experience with similar setups would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions