The POST request (see Search request) used for search start must contain the following JSON:
{
"plate": "mask"
}
The plate parameter sets a search mask. The mask format corresponds to the one used in GUI (see LPR search).
The search result is the following JSON response:
{
"events" : [
{
"origin" : "hosts/V-SHMELEV/DeviceIpint.4/SourceEndpoint.video:0:0",
"plates" : [ "T470PM197", "T470PM19" ],
"timestamp" : "20160921T084300.235000"
},
{
"origin" : "hosts/V-SHMELEV/DeviceIpint.4/SourceEndpoint.video:0:0",
"plates" : [ "T715EP199", "T715EP14" ],
"timestamp" : "20160921T084301.795000"
},
{
"origin" : "hosts/V-SHMELEV/DeviceIpint.4/SourceEndpoint.video:0:0",
"plates" : [ "Y497XY197" ],
"timestamp" : "20160921T084336.915000"
}
]
}
Parameters:
- origin – camera channel to take analyzed video stream from.
- timestamp – time stamp of a frame with a license plate detected by the detection tool.
- plates – list of supposed hypotheses.