I'm trying to understand why LPR doesn't run on stationary cars? #20421
Replies: 1 comment 5 replies
-
Frigate's LPR is designed to work on moving vehicles, not stationary ones(1). The documentation states: "For moving vehicles, Frigate continuously refines the recognition process, keeping the most confident result. However, LPR does not run on stationary vehicles."(1) The reason for this design is that LPR is optimized for real-time detection and recognition during motion events(1). When a car or motorcycle is stationary, Frigate treats it as a stationary object and does not run the recognition process(2). This is confirmed in the GitHub issue logs where you see repeated messages like "Not a processing license plate for a stationary car/motorcycle object"(2). For your use case (vehicle presence detection with a car that's usually parked), this limitation means:
This is an architectural decision in how Frigate processes objects. The system focuses on detecting and recognizing plates during motion events rather than continuously monitoring stationary vehicles(1)(2). 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a vehicle parked in my driveway. It's usually there, it's mine and I've added it to my "recognized plates" list.
It's never been detected by the LPR system because you don't run LPR for stationary cars.
I'm trying to understand why? Is there a reason it behaves like this?
I was hoping to use the LPR system to do basic vehicle presence detection, but this restriction means that any restarts to frigate result in the LPR data being lost and the car becoming "unknown" again.
Beta Was this translation helpful? Give feedback.
All reactions