Documentation for Auto Intellect 5.5. Documentation for other versions of Intellect is available too.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

For remote systems, it is possible to receive events from the LPR channel. The Server with the running Auto-Intellect software acts as a TCP Server.

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

<?xml version="1.0" encoding="UTF-8"?> <CAR_PLATE version="1.0" direction = "in" cam-id = "camera1" time = "0000-00-00T00:00:00" plate = "x000xx000" plate_mask = "RUS"> <!-- base64jpg --> </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
<!-- base64jpg -->
LP photo in "base64" format


TCP port 55555

0x02YYYYMMDDHHMMSSCCNNNNNNNN0х03

The transmitted data structure is described in the table below.

NameDescription
0x02Start byte
YYYYYear (four numbers 0000-9999)
MMMonth (two numbers 01-12)
DDDay of the month (two numbers 01-31)
HHHour (two numbers 00-23)
MMMinutes (two numbers 00-59)
SSSeconds (two numbers 00-59)
CCCamera number (two numbers 00-99)
NNNNNNNNLP number characters (optional number
0х03

End byte


Note

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.

  • No labels