Publish license plate box coordinates (#22337)

* publish the detected plate's box coordinates in tracked_object_update

* docs
This commit is contained in:
Josh Hawkins
2026-03-08 17:22:38 -05:00
committed by GitHub
parent b2c7840c29
commit e930492ccc
2 changed files with 21 additions and 1 deletions

View File

@@ -159,7 +159,8 @@ Published when a license plate is recognized on a car object. See the [License P
"plate": "123ABC",
"score": 0.95,
"camera": "driveway_cam",
"timestamp": 1607123958.748393
"timestamp": 1607123958.748393,
"plate_box": [917, 487, 1029, 529] // box coordinates of the detected license plate in the frame
}
```