From 1b8a8418b8668596717a8108cd394fd61d8c8f0c Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 7 Apr 2025 08:20:13 -0500 Subject: [PATCH] docs --- docs/docs/configuration/license_plate_recognition.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/configuration/license_plate_recognition.md b/docs/docs/configuration/license_plate_recognition.md index 7ce3a5897d..224d49f35f 100644 --- a/docs/docs/configuration/license_plate_recognition.md +++ b/docs/docs/configuration/license_plate_recognition.md @@ -316,6 +316,10 @@ In normal LPR mode, Frigate requires a `car` to be detected first before recogni Yes, but performance depends on camera quality, lighting, and infrared capabilities. Make sure your camera can capture clear images of plates at night. +### Can I limit LPR to specific zones? + +LPR, like other Frigate enrichments, runs at the camera level rather than the zone level. While you can't restrict LPR to specific zones directly, you can control when recognition runs by setting a `min_area` value to filter out smaller detections. + ### How can I match known plates with minor variations? Use `match_distance` to allow small character mismatches. Alternatively, define multiple variations in `known_plates`.