Versions Compared

Key

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

General request format:

POST http://IP-address:port/DeleteServer

Info
titleNote

This request lowers the counter of Lpr channels with the same key (neural network file and device). When the counter becomes = 0, the neural network will be unloaded.

Request parameters:

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

...

Request example:

POST http://127.0.0.1:8091/DeleteServer

...

Code Block
{
 "key": "C:\Videos\dpe_001_openvino.annCPU",
 "lprid": "1"
}