License Plate recognition - does not ever work for me #20432
Replies: 2 comments 9 replies
-
Based on your configuration and the LPR documentation, there are several potential issues causing license plate recognition to not work: Resolution Mismatch Issue Missing LPR Configuration Parameters lpr:
enabled: true
device: GPU # Since you're using GPU for detection
min_area: 1000 # Default minimum area for plate detection
recognition_threshold: 0.9 # Default recognition threshold Model Requirements Debugging Steps
logger:
default: info
logs:
frigate.data_processing.common.license_plate: debug
lpr:
enabled: true
debug_save_plates: true Prerequisites Check
Try adjusting the 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
The first step to figuring out what is not working would be to enable debug logs for lpr module. That will tell us which step is not working. https://docs.frigate.video/configuration/license_plate_recognition#why-isnt-my-license-plate-being-detected-and-recognized It's easiest to initially debug this by using a test clip which you can do using https://docs.frigate.video/development/contributing#2-modify-your-local-config-file-for-testing |
Beta Was this translation helpful? Give feedback.
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
License plate recognition has never worked once, despite it being turned on and using a 4K stream for detection.
Any ideas what could be wrong?
Version
0.16.1-e664cb2
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
Frigate stats
nothing relevant
Operating system
Other Linux
Install method
Docker Compose
docker-compose file or Docker CLI command
not relevant
Object Detector
TensorRT
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions