Versions Compared

Key

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

POST http://IP-address:port/prefix/GetAutoInfo

ParameterRequiredParameter description
keyYesAn arbitrary unique key. It is necessary to prevent reloading of the neural network file if several LPR channels use the same neural network file and device
lpridYes

Identifier of the LPR channel in Auto-Intellect 

leftYesNumber plate coordinates
topYesNumber plate coordinates
widthYesNumber plate coordinates
heightYesNumber plate coordinates

image

YesBase64 vehicle image

Example request:

POST http://127.0.0.1:8091/GetAutoInfo

...

Expand


Code Block
{
 "results": {
  "color": {
   "error_code": 200,
   "tags": [
    {
     "id": 0,
     "color": "",
     "probability": 1
    }
   ]
  },
  "mmt": {
   "error_code": 200,
   "tags": [
    {
     "id": 0,
     "make": "",
     "model": "",
     "type": "car",
     "probability": 1
    }
   ]
  }
 }
}



ParameterParameter description
results
color
error_code
tags
id
color
probability
mmt
error_code
tags
id
make
model

type

Vehicle type: noise, bus, car, motorcycle, small bus, truck
probability