File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,8 @@ mqtt:
152152 "type": "latest",
153153 "duration": 0.28,
154154 "detector": "compreface",
155- "filename": "2f07d1ad-9252-43fd-9233-2786a36a15a9.jpg"
155+ "filename": "2f07d1ad-9252-43fd-9233-2786a36a15a9.jpg",
156+ "base64": null
156157 }
157158}
158159` ` `
@@ -176,9 +177,13 @@ mqtt:
176177 "type": "manual",
177178 "duration": 0.8,
178179 "detector": "compreface",
179- "filename": "4d8a14a9-96c5-4691-979b-0f2325311453.jpg"
180+ "filename": "dcb772de-d8e8-4074-9bce-15dbba5955c5.jpg",
181+ "base64": null
180182 }
181- ]
183+ ],
184+ "misses": [],
185+ "unknowns": [],
186+ "counts": { "person": 1, "match": 1, "miss": 0, "unknown": 0 }
182187}
183188` ` `
184189
@@ -347,7 +352,7 @@ frigate:
347352 # stop the processing loop if a match is found
348353 # if set to false all image attempts will be processed before determining the best match
349354 stop_on_match: true
350-
355+
351356 # ignore detected areas so small that face recognition would be difficult
352357 # quadrupling the min_area of the detector is a good start
353358 # does not apply to MQTT events
You can’t perform that action at this time.
0 commit comments