Compare commits

..

No commits in common. "90237c31a5ed79de439838975a107cc93b3c2c4e" and "b6189a6a74b46e2be06fbd2dadfa59b649764187" have entirely different histories.

View File

@ -149,15 +149,15 @@ Published after each recognition attempt, regardless of whether the score meets
#### License Plate Recognition Update
Published when a license plate is recognized on a car object. See the [License Plate Recognition](/configuration/license_plate_recognition) documentation for details.
Published when a license plate is recognized on a car object. See the [License Plate Recognition](/configuration/lpr) documentation for details.
```json
{
"type": "lpr",
"id": "1607123955.475377-mxklsc",
"name": "John's Car", // known name for the plate, or null
"plate": "123ABC",
"score": 0.95,
"plate": "123ABC", // recognized plate string
"score": 0.95, // recognition confidence
"camera": "driveway_cam",
"timestamp": 1607123958.748393
}