Defense against fake or stolen "known" license plates triggering automations? LPR + Object Classification? #22564
Replies: 1 comment
-
|
This is a thoughtful security concern. Based on the available documentation, Frigate's LPR system doesn't have built-in mechanisms specifically designed to pair license plate recognition with vehicle appearance verification. What Frigate LPR provides: LPR recognizes plates and adds them as a Current limitations for your use case: Frigate does not natively support conditional matching like "only trigger if plate X is on a blue sedan." The Potential approaches (with caveats):
The multi-factor verification you're describing (plate + vehicle appearance) would need to be implemented in your automation platform by combining multiple data points from Frigate's MQTT output rather than being a native Frigate feature. 📚 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.
-
Set-up: You have automations that run based on known good plates. For example, opening a gate or garage door when LPR sees a certain car's plates.
Exploit: An attacker knows this, so they either mock up the "known" plates and use them, or steal the known plate when they know they have time to accomplish their goals before someone returns to the vehicle.
Question: Is there any way to defend against this, other than not having LPR trigger automations that potentially compromise physical security? For example, would requiring Object Classification of either a specific car or a specific make/model/color of car + the known license plate work? Or, would only training OC on a specific car when it also has a clearly visible license plate be sufficient?
Note: Security is a spectrum, and if they're going to both fake your plate and clone your car, I suspect they'll succeed, but I'm more interested in the case where they clone/steal the plate but use whatever vehicle they have handy.
I also realize that triggering the automation would need to be sorted out over in Home Assistant, I'm just trying to figure out the scope of what Frigate can hand it to help defend against this particular exploit.
Beta Was this translation helpful? Give feedback.
All reactions