Versions Compared

Key

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

...

Code Block
<?xml version="1.0" encoding="UTF-8"?> <CAR><CAR_PLATE version="1.0" direction = "in" cam-id = "camera11" time = "0000-00-00T00:00:00" plate = "x000xx000" plate_mask = "RUS"> <!-- base64jpg -->  confidence = "90" >...image64...</CAR_PLATE>

The transmitted data structure is described in the table below.

NameDescription
direction
Vehicle moving direction
cam-id
ID of the camera that captured the vehicle
time
Time of LP number recognition
plate
Recognized LP number
plate_mask
Country the recognized LP number belongs to
confidence
Accuracy of LP number recognition in percent
<!-- base64jpg -->
LP photo in "base64" format

...