Documentation for Auto PSIM 1.0.1.

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 »

If the images are stored in the local or network folder (see Configuring the storage of recognized LP images and vehicle images on disk) you can access them via the HTTP GET-requests.

GET http://IP-address:port/lprserver/GetImage/{type}/{id}

ParameterRequiredParameter description
idYes

the image ID (image file name without the additional _Frames or _Plate_numbers)

typeYesFrames - request means accessing the main image, Plate_numbers - request means accessing the LP image cut from the main one

Example request:

GET http://127.0.0.1:10001/lprserver/GetImage/Frames/66FB34A2-1B38-E811-A92F-001A7DDA710E

GET http://127.0.0.1:10001/lprserver/GetImage/Plate_numbers/66FB34A2-1B38-E811-A92F-001A7DDA710E

Response example:

JPEG image

  • No labels