Go to documentation repository
Page History
...
| Code Block |
|---|
<?xml version="1.0" encoding="UTF-8"?><CAR_PLATE version="1.0" direction = "in" cam-id = "14" time = "00002020-0007-00T0021T18:0037:0044.695" plate = "x000xx000" plate_mask = "" confidence = "99" plateImage = "90imagebase64" >...image64.imagebase64..</CAR_PLATE> |
The transmitted data structure is described in the table below.
| Name | Description | ||
|---|---|---|---|
direction | Vehicle moving direction. The following values are possible:
| ||
cam-id | ID of the camera that captured the vehicle | ||
time | Time of LP number recognition | ||
plate | If the LP number was recognized, the field contains the text of the recognized number, otherwise - "Not defined" | ||
plate_mask | Country the recognized LP number belongs to | ||
confidence | Accuracy of LP number recognition in percent | ||
plateImage | License plate image in "base64" format | ||
> ..imagebase64.. < | Vehicle image | <!-- base64jpg --> | LP photo in "base64" format |
TCP port 55555
| Code Block | ||
|---|---|---|
| ||
0x02YYYYMMDDHHMMSSCCNNNNNNNNN0х030x02YYYYMMDDHHMMSSCCNNNNNNNNN0x03 |
The transmitted data structure is described in the table below.
| Name | Description |
|---|---|
| 0x02 | Start byte |
| YYYY | Year (four numbers 0000-9999) |
| MM | Month (two numbers 01-12) |
| DD | Day of the month (two numbers 01-31) |
| HH | Hour (two numbers 00-23) |
| MM | Minutes (two numbers 00-59) |
| SS | Seconds (two numbers 00-59) |
| CC | Camera number (two numbers 00-99) |
| NNNNNNNNN | Text of the recognized number (arbitrary number of symbols), or "Not defined" if the number was not recognized |
| 0х030x03 | End byte |
| Info | ||
|---|---|---|
| ||
The beginning and end of the message are transferred by the start byte and the end byte respectively. The message between these bytes is transferred in text format. |
...
Overview
Content Tools
