mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-23 17:52:05 +02:00
Update mqtt event structure (#16803)
This commit is contained in:
parent
7c33f9c579
commit
efbc1f836b
@ -28,7 +28,14 @@ Message published for each changed tracked object. The first message is publishe
|
|||||||
"id": "1607123955.475377-mxklsc",
|
"id": "1607123955.475377-mxklsc",
|
||||||
"camera": "front_door",
|
"camera": "front_door",
|
||||||
"frame_time": 1607123961.837752,
|
"frame_time": 1607123961.837752,
|
||||||
"snapshot_time": 1607123961.837752,
|
"snapshot": {
|
||||||
|
"frame_time": 1607123965.975463,
|
||||||
|
"box": [415, 489, 528, 700],
|
||||||
|
"area": 12728,
|
||||||
|
"region": [260, 446, 660, 846],
|
||||||
|
"score": 0.77546,
|
||||||
|
"attributes": [],
|
||||||
|
},
|
||||||
"label": "person",
|
"label": "person",
|
||||||
"sub_label": null,
|
"sub_label": null,
|
||||||
"top_score": 0.958984375,
|
"top_score": 0.958984375,
|
||||||
@ -58,7 +65,14 @@ Message published for each changed tracked object. The first message is publishe
|
|||||||
"id": "1607123955.475377-mxklsc",
|
"id": "1607123955.475377-mxklsc",
|
||||||
"camera": "front_door",
|
"camera": "front_door",
|
||||||
"frame_time": 1607123962.082975,
|
"frame_time": 1607123962.082975,
|
||||||
"snapshot_time": 1607123961.837752,
|
"snapshot": {
|
||||||
|
"frame_time": 1607123965.975463,
|
||||||
|
"box": [415, 489, 528, 700],
|
||||||
|
"area": 12728,
|
||||||
|
"region": [260, 446, 660, 846],
|
||||||
|
"score": 0.77546,
|
||||||
|
"attributes": [],
|
||||||
|
},
|
||||||
"label": "person",
|
"label": "person",
|
||||||
"sub_label": ["John Smith", 0.79],
|
"sub_label": ["John Smith", 0.79],
|
||||||
"top_score": 0.958984375,
|
"top_score": 0.958984375,
|
||||||
|
Loading…
Reference in New Issue
Block a user