Go to documentation repository
Page History
The LPR channel enables license plate recognition upon request
. This is enabled by the dedicated functionality included in the Licence Plate Recognition channel that enables configuring cameras that capture images and send themusing the Camera of recognition upon request object. This object allows you to configure the camera so that it captures and sends a video image to the recognition module after a specific trigger activates.
ItIt can be, for example, a macro, a script, or some event.
This functionality is implemented on the basis of a specific object -Camera of recognition upon request - in Auto-Intellect.
Info | ||
---|---|---|
| ||
For now this functionality is implemented for CARMEN and VIT-Auto, VIT, and ARH-Containers recognition modules only. |
Info | ||
---|---|---|
| ||
When using the Camera of recognition upon request object along with the VIT recognition module, it is recommended to disable VodiCTL_VPW_DYNAMIC_ENABLE in the SDK tweaking, i.e. set the False value of this parameter, in order to prevent repeated recognition (see VIT module object settings panel). |
Configure the recognition upon request as follows:
- Create
Go to the Camera of recognition upon request
child object undersettings panel under the LPR channel parent object.
2. On the settings panel of the Camera of recognition upon request object, in the Camera
From the Camera dropdown list (1)
, select the camera that will work upon request
.
The camera cannot be selected on the settings panel of the LPR channel object if it
Info title Note - The same camera can be selected in several Camera of recognition upon request objects.
title | Note |
---|
- If the camera has been selected on the settings panel of the Camera of recognition upon request object
- , it cannot be selected on the settings panel of the LPR channel object (see Selecting the video cameras to work with the LPR channel).
Set the Search area (2) checkbox
checked in order to enable setting the search area border of the license plate in the frame
.
In the Left, Top, Right and Bottom fields sets manually or using the button (3) - by clicking this button the interactive interface of setting search area borders of the license plate appears.
Info title Note The values in the Left, Top, Right and Bottom fields are specified in percentage to the viewing tile size
4. Set the Zooming checkbox checked in order to speed up the lpr for megapixel cameras without any quality loss (3).The request, which will trigger the camera, can be configured in two ways:
title | Note |
---|
- 2 times if the value of the Width parameter is more than 150 pixels;
- 4 times if the value of the Width parameter is more than 400 pixels;
- 8 times if the value of the Width parameter is more than 800 pixels
.
Set the maximum and minimum size of license plates in Detection
settings:
Set the Max.width and Max.height parameters manually or using the button (4) - by clicking this button the interactive interface of setting the zone parameters appears.
- When required click the Stop video button, select the required area using the left-click and then click OK.
Results of setting zone parameters will automatically appear in the Max.width and Max.height fields.
- Set the Min.width and Min.height parameters the same way as Max.width and Max.
- height.
For the Frame count
(5) parameter set the number of frames that will be analyzed when recognizing the license plate
.
Info title Note It is recommended to set the number of frames to no more than 1.
Set the Zooming (6) checkbox checked in order to speed up the lpr for megapixel cameras without any quality loss .The request, which will trigger the camera, can be configured in two ways:
Info title Note This checkbox is relevant only when the width oh the Search area is more than 150 pixels. The recognition speed increases:
- 2 times if the value of the Width parameter is more than 150 pixels;
- 4 times if the value of the Width parameter is more than 400 pixels;
- 8 times if the value of the Width parameter is more than 800 pixels.- Check the Select with best recognition accuracy box (6) to show the recognition results with the highest accuracy rate, as the bigger LP size does not always grant better recognition accuracy.
- Check the Select with biggest LP box (7) to show the results with the biggest LP sizes.
- From the Priority country drop-down list (8) select the country which LPs should be shown first.
- Click the Apply button (
- 9).
The request, which will trigger the camera, can be configured in two ways:
Using a macro. To do this, switch to the Programming tab in Intellect and select the Macros item in the programming tools tree. A window for creating a macro will open, enabling you to create an event of any complexity that will trigger the recognition upon request. An example of the simplest macro for recognition upon request is shown in the figure below. For details on working with macros, see Creating macros.
Using a script or the IIDK interface. To do this, go to the Programming tab in Intellect and select the Scripts item in the programming tools tree. A window for creating a script will open, enabling you to create an event of any complexity that will trigger the recognition upon request. For details on working with scrfiptsscripts, see Creating a script.An example of a simple script for working with a camera for recognition upon request is shown below.
Code Block language js QUERY_CAMERA|ID|RECOGNIZE
where ID is ID of the camera in the Intellect object tree.
For details on the IIDK interface, see Intellect Integration Developer Kit (IIDK).
License plate recognition upon request is now configured.