Go to documentation repository
Page History
...
When a new LP number is added to the Auto-Intellect database, the Server transfers the data via the TCP port 35555 and TCP port 55555 in the following formats:
TCP port 35555
Code Block |
---|
<?xml version="1.0" encoding="UTF-8"?><CAR_PLATE version="1.0" direction = "in" cam-id = "4" time = "2020-07-21T18:37:44.695" plate = "x000xx000" plate_mask = "" confidence = "99" plateImage = "imagebase64" >..imagebase64..</CAR_PLATE> |
...
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 in "base64" format |
TCP port 55555
Code Block | ||
---|---|---|
| ||
0x02YYYYMMDDHHMMSSCCNNNNNNNNN0x03 |
...
Overview
Content Tools