mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-18 17:14:26 +03:00
fix mqtt docs
This commit is contained in:
parent
f4395de617
commit
a9a6eae5b3
@ -53,7 +53,7 @@ Message published for each changed tracked object. The first message is publishe
|
|||||||
"face": 0.64
|
"face": 0.64
|
||||||
}, // attributes with top score that have been identified on the object at any point
|
}, // attributes with top score that have been identified on the object at any point
|
||||||
"current_attributes": [], // detailed data about the current attributes in this frame
|
"current_attributes": [], // detailed data about the current attributes in this frame
|
||||||
"average_estimated_speed": 0.71, // current estimated speed (mph or kph) for objects moving through zones with speed estimation enabled
|
"current_estimated_speed": 0.71, // current estimated speed (mph or kph) for objects moving through zones with speed estimation enabled
|
||||||
"velocity_angle": 180 // direction of travel relative to the frame for objects moving through zones with speed estimation enabled
|
"velocity_angle": 180 // direction of travel relative to the frame for objects moving through zones with speed estimation enabled
|
||||||
},
|
},
|
||||||
"after": {
|
"after": {
|
||||||
@ -92,7 +92,7 @@ Message published for each changed tracked object. The first message is publishe
|
|||||||
"score": 0.86
|
"score": 0.86
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"average_estimated_speed": 0.77, // current estimated speed (mph or kph) for objects moving through zones with speed estimation enabled
|
"current_estimated_speed": 0.77, // current estimated speed (mph or kph) for objects moving through zones with speed estimation enabled
|
||||||
"velocity_angle": 180 // direction of travel relative to the frame for objects moving through zones with speed estimation enabled
|
"velocity_angle": 180 // direction of travel relative to the frame for objects moving through zones with speed estimation enabled
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user