mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-08 16:17:37 +03:00
Compare commits
2 Commits
b6189a6a74
...
90237c31a5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
90237c31a5 | ||
|
|
91ab990034 |
@ -149,15 +149,15 @@ Published after each recognition attempt, regardless of whether the score meets
|
|||||||
|
|
||||||
#### License Plate Recognition Update
|
#### License Plate Recognition Update
|
||||||
|
|
||||||
Published when a license plate is recognized on a car object. See the [License Plate Recognition](/configuration/lpr) documentation for details.
|
Published when a license plate is recognized on a car object. See the [License Plate Recognition](/configuration/license_plate_recognition) documentation for details.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"type": "lpr",
|
"type": "lpr",
|
||||||
"id": "1607123955.475377-mxklsc",
|
"id": "1607123955.475377-mxklsc",
|
||||||
"name": "John's Car", // known name for the plate, or null
|
"name": "John's Car", // known name for the plate, or null
|
||||||
"plate": "123ABC", // recognized plate string
|
"plate": "123ABC",
|
||||||
"score": 0.95, // recognition confidence
|
"score": 0.95,
|
||||||
"camera": "driveway_cam",
|
"camera": "driveway_cam",
|
||||||
"timestamp": 1607123958.748393
|
"timestamp": 1607123958.748393
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user