VEHICE_PLATE_INFO
Structure Definition
Function Description
License plate information.
Member Description
| Member | Type | Remark |
| dwPlateID | unsigned int | License plate ID, used for identification. |
| dwEncryptVer | unsigned int | Encrypted version. |
| plateCharCount | unsigned int | Number of license plate characters. |
| plate | char[64] | License plate number, utf8 encoding. |
| Rect16 | RECT_16 | License plate rectangular frame. |
| plateConfidence | unsigned int | Confidence. |
| plateIntensity | unsigned int | License plate brightness. |
| plateColor | unsigned char | License plate color, 1-blue 2-black 3-yellow 4-white 5-green 6-red 7-grey 8-purple (KISE). |
| plateStyle | unsigned char | Vehicle type. |
| PlateColorRate | unsigned char | Color matching degree. |
| vehicleColor | unsigned char | Body color. |
| dwBrand | unsigned int | Vehicle brand. |
| owner | char[32] | Name of the owner. |
| listType | int | List type. |
| dwStartTime | unsigned int | Start time The number of seconds since 1970. |
| dwEndTime | unsigned int | End time. |
| chlId | GUID | Channel GUID. |