API: top_score always null #14696
-
Am i the only one seeing at Dont know much about it and maybe misconfigured my frigate but i recognized not getting any telegram notifications by using And i also saw that API returns Does all of this come down to a big api change maybe
Below a /api/events example from my current frigate 0.14.1-f4f3cfa [{"box":null,"camera":"garage","data":{"attributes":[],"box":[0.428125,0.1425925925925926,0.37864583333333335,0.8527777777777777],"region":[0.3104166666666667,0.0,0.6145833333333334,1.0925925925925926],"score":0.9731574058532715,"top_score":0.9655845165252686,"type":"object"},"end_time":1730320228.789495,"false_positive":null,"has_clip":true,"has_snapshot":true,"id":"1730320212.849335-3ck4p9","label":"person","plus_id":null,"retain_indefinitely":false,"start_time":1730320207.849335,"sub_label":null,"thumbnail":"nonono","top_score":null,"zones":[]}] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
top_score
at the root level of the response is deprecated and will return a value for older events only. You should use thetop_score
inside thedata
object.