Adding camera to tracked_object_update

Adding camera to tracked_object_update
This commit is contained in:
Tue Topholm 2025-01-24 20:16:54 +01:00 committed by GitHub
parent 4071720242
commit c330648d47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,7 +102,8 @@ Message published for updates to tracked object metadata, for example when GenAI
{
"type": "description",
"id": "1607123955.475377-mxklsc",
"description": "The car is a red sedan moving away from the camera."
"description": "The car is a red sedan moving away from the camera.",
"camera": "front_door"
}
```