mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-19 23:08:08 +02:00
Publish license plate box coordinates (#22337)
* publish the detected plate's box coordinates in tracked_object_update * docs
This commit is contained in:
@@ -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
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user