fix mqtt docs

This commit is contained in:
Josh Hawkins 2024-12-23 10:07:56 -06:00
parent f4395de617
commit a9a6eae5b3

View File

@ -53,7 +53,7 @@ Message published for each changed tracked object. The first message is publishe
"face": 0.64
}, // 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
"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
},
"after": {
@ -92,7 +92,7 @@ Message published for each changed tracked object. The first message is publishe
"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
}
}