[Config Support]: LPR detecting license plates but not reading plate #19766
Replies: 3 comments 1 reply
|
Your configuration shows that license plate detection is occurring, but recognition (reading the characters) is not working. Here are the most relevant considerations and troubleshooting steps based on your config and Frigate's documentation:
Example config for debugging: lpr:
enabled: true
debug_save_plates: true
enhancement: 0 # Start with 0 and adjust if needed
recognition_threshold: 0.75
min_area: 1000
model_size: largeSummary:
If after these steps the issue persists and the crops look readable to you, there may be an edge case requiring further review. 📚 Sources: Have another question? Just tag @inkeep. |
|
Do you have this camera configured as a dedicated LPR camera? That doesn't seem right. Remember that LPR also does not run on stationary objects |
|
You should follow the official documentation for debugging LPR issues: https://docs.frigate.video/configuration/license_plate_recognition/#how-do-i-debug-lpr-issues |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Describe the problem you are having
I've recently subscribed to frigate+ and have my configuration working pretty well overall. Although my current configuration is detecting license plates, it's not reading the characters on the plate.
When looking at the video stream I can read the license plate but not in the snapshot that's stored.
I've tried experimenting with enhancement but doesn't seem to have any effect.
Version
.16
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
Frigate stats
No response
Operating system
UNRAID
Install method
Docker CLI
docker-compose file or Docker CLI command
unraid via frigate appObject Detector
Coral
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
GPU / Object detection is working. LPR isn't reading license plate characters
All reactions