Person detection works, face recognition enabled - no mqtt message ? #20150
Replies: 1 comment 1 reply
-
|
When person detection and face recognition are both enabled in Frigate, MQTT messages about detected persons and recognized faces are published, but not in the topic format For face recognition, when a face is recognized, a message like this is sent to the {
"type": "face",
"id": "1607123955.475377-mxklsc",
"name": "John",
"score": 0.95,
"camera": "front_door_cam",
"timestamp": 1607123958.748393
}There is no MQTT topic created per individual person's name (like 📚 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.
-
With person detection working and face detection instaled and working should I not get an MQTT message like /frigate/camerax/person/michael (michael = a person for which faces have been uploaded) ?
Beta Was this translation helpful? Give feedback.
All reactions