Documentation for Auto PSIM 1.0.1.

Previous page Searching for a license plate by image  Receiving search results by a license plate Next page

If images are stored on a disk in a folder (see Configuring the storage of recognized LP images and vehicle images on disk), you can use HTTP GET requests to receive images.

General request format:

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

ParameterRequiredParameter description
idYes

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

typeYesFrames—get an image with a vehicle, Plate_numbers—get an image with a license plate cut out

Request example:

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