From 5ef0b0368142006f2a48c9ae485624f0343bbe92 Mon Sep 17 00:00:00 2001 From: Tue Topholm Date: Fri, 24 Jan 2025 20:10:07 +0100 Subject: [PATCH] Adding camera to tracked_object_update Make it easier to get the camera name in the tracked_object_update --- frigate/comms/dispatcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/comms/dispatcher.py b/frigate/comms/dispatcher.py index 2bddc97a5..b2acfa835 100644 --- a/frigate/comms/dispatcher.py +++ b/frigate/comms/dispatcher.py @@ -143,6 +143,7 @@ class Dispatcher: "type": TrackedObjectUpdateTypesEnum.description, "id": event.id, "description": event.data["description"], + "camera": event.camera, } ), )