mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-19 01:17:06 +03:00
fix mqtt docs
This commit is contained in:
parent
fe231e2391
commit
f4395de617
@ -53,8 +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
|
||||||
"estimated_speed": 0.71, // current estimated speed (mph or kph) for objects moving through zones with speed estimation enabled
|
"average_estimated_speed": 0.71, // current estimated speed (mph or kph) for objects moving through zones with speed estimation enabled
|
||||||
"max_estimated_speed": 1.2, // max 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": {
|
||||||
@ -93,8 +92,7 @@ Message published for each changed tracked object. The first message is publishe
|
|||||||
"score": 0.86
|
"score": 0.86
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"estimated_speed": 0.77, // current estimated speed (mph or kph) for objects moving through zones with speed estimation enabled
|
"average_estimated_speed": 0.77, // current estimated speed (mph or kph) for objects moving through zones with speed estimation enabled
|
||||||
"max_estimated_speed": 1.2, // max 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