[Config Support]: LPR starts late #22655
Replies: 2 comments 26 replies
-
|
The delay you're seeing is related to how LPR handles position tracking for moving vehicles. Your logs show the message "Skipping LPR for non-stationary car object ... with no position changes. (Detected in 2 concurrent frames, threshold to run is 3 frames)" - this indicates Frigate requires the license plate to be detected in at least 3 consecutive frames before running recognition. (1) This frame threshold behavior is by design for moving vehicles. Frigate continuously refines the recognition process for moving vehicles, keeping the most confident result. When a vehicle becomes stationary, LPR continues to run for a short time after to attempt recognition. (1) A few things to check: 1. Plate size may be too small initially 2. Detection threshold timing 3. Frame rate consideration Potential adjustments:
The 14-second delay aligns with the car becoming stationary at 14:46:54, which is when the frame threshold was finally met and recognition ran successfully. 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
Setting
The biggest contributor to latency is usually your device and model size as well as any other enrichments that are running. The default with nothing specified in the config is Can you post a screenshot of your enrichment metrics page? |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
For some moving vehicles, LPR starts too late after the event begins. For example, the car event started at 14:46:40, but plate recognition only started at 14:46:54, about 14 seconds later (even if the plate was recognized at 14:46:40)
Version
0.17.1
Frigate config file
Relevant Frigate log output
Relevant go2rtc log output
Frigate stats
{ "service": { "version": "0.17.1-416a9b7", "uptime": 20667 }, "detectors": { "coral": { "inference_speed": 14.55 } }, "cpu_usages": { "frigate.full_system": { "cpu": "39.9", "mem": "66.0" }, "go2rtc": { "cpu": "11.4", "mem": "0.5" }, "frigate": { "cpu": "10.8", "mem": "7.9" } }, "gpu_usages": { "intel-vaapi": { "gpu": "8.8%" } } }Operating system
Other Linux
Install method
Docker Compose
docker-compose file or Docker CLI command
Object Detector
Coral
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