You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
document the polling path, the measurement scripts and the new options
poll_interval was released without a word in the README - the one feature other
users with a camera-side detection would most want to find. Also adds the two
analysis scripts and fills the gaps in the config references.
Copy file name to clipboardExpand all lines: faceid-addon/DOCS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,8 @@ Full documentation: https://github.com/SkyTechNerds/faceid
36
36
|`trimmed_keep`| how many set-aside photos to keep per person (0 = delete immediately) |
37
37
|`dedupe_threshold`| default sensitivity for the Settings "Remove duplicates" action |
38
38
|`hires_enroll`| fetch new review-queue faces from the recording instead of the detect snapshot (sharper references) |
39
+
|`poll_interval`| seconds; >0 also polls Frigate's event API for events MQTT never announces (e.g. events created by an automation from a camera's own detection). 0 = off |
40
+
|`match_top_k`| a match score is the mean of this many best-fitting reference photos. Higher resists a single lucky photo; lower helps people whose references cover many angles |
0 commit comments