diff --git a/frigate/comms/dispatcher.py b/frigate/comms/dispatcher.py index 4c0b0a8ffe..87891ec88d 100644 --- a/frigate/comms/dispatcher.py +++ b/frigate/comms/dispatcher.py @@ -135,6 +135,7 @@ class Dispatcher: "type": TrackedObjectUpdateTypesEnum.description, "id": event.id, "description": event.data["description"], + "camera": event.camera, } ), ) diff --git a/frigate/embeddings/maintainer.py b/frigate/embeddings/maintainer.py index 9bb2b54cde..07115ca944 100644 --- a/frigate/embeddings/maintainer.py +++ b/frigate/embeddings/maintainer.py @@ -585,6 +585,7 @@ class EmbeddingMaintainer(threading.Thread): "type": TrackedObjectUpdateTypesEnum.description, "id": event.id, "description": description, + "camera": event.camera, }, )