Documentation for Auto Intellect 5.6. Documentation for other versions of Intellect is available too.

Previous page Setting up SQL-query for plates search in the external database  Remote recognition Next page


To specify additional settings of external databae, do the following:

  1. Go to the External Plates DB object settings panel (2).
  2. Set the Process recognized LPs received only from local recognizers checkbox if it is needed to use plates only from local recognizers while compairing with plates stored in the database (3).
  3. Set the Extended mode checkbox to use the special procedure of recognizing violators in accordance with restrictions for licence plates depending on the week days (4). If this checkbox is set, then for identified license plates, which are not found in the database, the additional rules from the lprdb_rules.xml file are checked (or from the lprdb_rules_X.xml, where X stands for the ID of the External Plates DB object, if it is necessary to set extended mode separately for the External Plates DB). This file should be located in the Intellect installation folder in the Modules directory. In this file the days of week and time intervals are specified, inside which vehicles with certain last digit of the license plates are forbidden to pass.

    Note.

    Example of the lprdb_rules.xml file. Such file is designed to forbid passage on Monday for the following vehicles:
    1. With the last digit of the license plate equal to 1, in time interval from 12:00:00 PM to 4:00:00 PM and from 8:00:00 PM to 10:00:00 PM
    2. With the last digit of the license plate equal to 8, in time interval from 10:00:00 PM to 13:00:00 PM
    <LPRDB_Rules>
        <DayOfWeek value ='Monday'>     <! The day of week>
            <Alarm match='1'>           <! The last digit of the license plate>
                <Time from='12:00:00' to='16:00:00'/>    <! Time interval>
                <Time from='20:00:00' to='22:00:00'/>    <! Time interval >
            </Alarm>
            <Alarm match='8'>
                <Time from='22:00:00' to='23:00:00'/>
            </Alarm>
        </DayOfWeek>
        <DayOfWeek value ='Tuesday'></DayOfWeek>
        <DayOfWeek value ='Wednesday'></DayOfWeek>
        <DayOfWeek value ='Thursday'></DayOfWeek>
        <DayOfWeek value ='Friday'></DayOfWeek>
        <DayOfWeek value ='Saturday'></DayOfWeek>
        <DayOfWeek value ='Sunday'></DayOfWeek>
    </LPRDB_Rules>

  4. To save changes click Apply (5).

Specifying the additional settings of external database is completed.

  • No labels