Rename identifier field (#17128)

* backend rename

* frontend

* docs

* fix api path
This commit is contained in:
Josh Hawkins
2025-03-12 17:45:16 -06:00
committed by GitHub
parent b7333557a1
commit 124cc4c9cc
16 changed files with 238 additions and 158 deletions
+5 -2
View File
@@ -141,8 +141,11 @@ class CameraState:
if (
obj.get("sub_label") and is_label_printable(obj["sub_label"][0])
)
else obj.get("identifier", [None])[0]
if (obj.get("identifier") and obj["identifier"][0])
else obj.get("recognized_license_plate", [None])[0]
if (
obj.get("recognized_license_plate")
and obj["recognized_license_plate"][0]
)
else obj["label"]
)
draw_box_with_label(