Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

NameDescription
direction

Vehicle moving direction. The following values are possible:

  • in – To the camera (defined by Vehicle license plates)
  • out – From the camera (defined by Vehicle license plates)
  • left – On the left (defined by carriage, container numbers).
  • right – On the right (defined by carriage, container numbers).
  • none – Not defined
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

...