Versions Compared

Key

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

...

FACE Intellect

Registry section

String parameterAvailable valuesDefaultProduct versionParameter in effect

x32: (x32)\FRS
x64: (x64)\FRS

CpuCoreCount>0
6.0

The key defines on how many CPU cores the face recognition module will operate (firserver.run process). All cores are in use by default.

x32: (x32)\FRS
x64: (x64)\FRS
FaceLostAge>010006.0

The key sets the timeout upon which Face Server ‘loses’ the face if there is no new data about it.

x32: (x32)\FRS
x64: (x64)\FRS
GenFirsInDetector0, 116.0

Sets the parameters of generating and attaching face biometrics in the detection tool:

1 – Face detection tools generate and attach face biometrics to the photo. 

0 – Face detection tools do not generate face biometrics - the face is only captured.

Note. Face recognition Server that performs search in the user database checks up whether it has attached biometrics when it gets a face photo. If yes, then biometrics are not further generated for search in the database - data attached to the photo is in use. If no, then recognition Server generates biometrics itself using the photo. 

Generation of biometrics is a resource-intensive process unlike search by ready data - that is why this key allows distributing load among several Servers having only one Server working with the user database.
x32: (x32)\FRS
x64: (x64)\FRS
SaveUnrecognizedFaces0, 106.0 to 6.1

Specifies what data will be stored in the database when using the Face recognition Server:

1 - all captured faces.
0 - only the faces about which there are recognition results.

The key is in use in order to avoid the database overflow.

Note. Since version 6.2 use the UseFaceDB key in order to minimize the amount of data stored in DB.

x32: (x32)\Video\FaceCapture
x64: (x64)\Video\ FaceCapture
timeUntilLost>01Intellect 4.10.0

The key is used to configure the face detection tool – it sets time on the expiry of which the face is considered lost.

For instance, if timeUntilLost = 1 and a man covers his face with the hands in front of the camera and then shows it again, then the face detection tool does not capture it as it considers that the face was lost for the time it was covered.

If the parameter value is 3, then the face will be detected in this case.
x32: (x32)\FRS
x64: (x64)\FRS
IgnoreSamePeople0, 106.1The key enables function of ignoring repeatedly recognized faces. While enabling this function all vectors of captured faces are saved in cache for the specified time interval. When new face is captured, its biometric vector is comparing with already existed vectors in cache. If it coincides with one of such vectors with specified similarity rate then it doesn't send to the further processing. Duration of vector storing in a cache is specified using the Skip repeated recognitions, sec parameter of the Face Recognition Server object. Similarity rate for comparison is came from the Similarity level parameter of the same object. See also Face Intellect software package. Administrator's Guide, section Setting parameters for detected faces recognition.
x32: (x32)\FRS
x64: (x64)\FRS
ClearIgnoreCache0, 106.1The key enables cache clearing while using function of ignoring repeatedly recognized faces.
x32: (x32)\FRS
x64: (x64)\FRS
ClearIgnoreCacheTimeTime in HH:MM:SS format-6.1The key sets time when cache crearing is to be performed while using function of ignoring repeatedly recognized faces.
x32: (x32)\FRS
x64: (x64)\FRS
FaceDetectionPeriod>02506.1Specifies time period in milliseconds equal to frequency of new faces search on the image for the Tevian recognition algorithm. See also Face Intellect software package. Administrator's Guide.
x32: (x32)\FRS
x64: (x64)\FRS
FaceDBFull path to a local or network folder-7.0The key sets a folder for storage of images and vectors for captured and sample faces when UseFaceDB key is set to 1 or 2 (see below).
x32: (x32)\FRS
x64: (x64)\FRS
UseFaceDB0, 1, 227.0

The key sets the mode for storing metadata, images and vectors of captured and reference faces.

0 – metadata, images and vectors are stored only in database.

1 – metadata, images and vectors are stored in database, images and vectors are also storing in a folder on disk. Path to folder is specified using the FaceDB parameter(it is possible to specify both a local and network folder).

2 – metadata are stored in the database, images and vectors are storing only in a folder on disk. Path to folder is specified using the FaceDB parameter (it is possible to specify both a local and network folder).

Note. Information on recognized faces is stored in the database, regardless of the value of the UseFaceDB key.
Images of reference faces are always stored in the <Installation directory Intellect> \ Bmp \ Person folder, regardless of the value of the UseFaceDB key.
x32: (x32)\FRS
x64: (x64)\FRS
FaceDBFreeMB>010007.0The key is used if the the UseFaceDB parameter value is 1 or 2 (see above). The key specifies free space in the disk volume in megabytes. Once the specified size is reached, the images and captured face vectors cleanup will start on loop.
x32: (x32)\FRS
x64: (x64)\FRS
RestPortport number100007.1The key is used in case the standard port 10000 used by the Face Recognition Server to communicate with the Face Recognition and Search client is occupied by a third-party application that can not be disabled. The key allows you to specify a new port number for communication between the server and the client.
х32: (х32)\FRS
x64: (х64)\FRS

CpuCoreCountAddPerson

>=007.1

The key defines the number of CPU cores where the vectors of persons are generated when adding a reference face to the database.

0 - vectors are generated on the number of cores specified in the CpuCoreCount key. The cores are used successively. Recognition sample is bound to each core. 

- only 1 fixed core (different from those specified in CpuCoreCount) is in use when adding a reference face to the database. 

2 - only 2 fixed cores (different from those specified in CpuCoreCount) are in use when adding a reference face to the database.

etc.
х32: (х32)\FRS
x64: (х64)\FRS

Face.HardwareCPU

0, 1, 2-7.1

The key defines the order of binding streams to CPU cores when generating vectors of persons.

no value or 0 - streams are bound randomly to CPU cores.
1 - streams are bound successively to CPU cores depending on their total number. 
2 - streams are bound to first cores of each CPU.

х32: (х32)\FRS
x64: (х64)\FRS
Face.RecognizeFacesSeparately0, 107.3 and later

Mechanism of displaying faces. When a new mechanism of displaying is enabled, the photo in the list of captured faces is not duplicated - it is updated in the same cell while the tracker "sees" it.  

0 - new mechanism of displaying faces. 

1 - old mechanism of displaying faces. 

х32: (х32)\FRS
x64: (х64)\FRS
FaceDetector.SaveLastFaceCaptureFrame0, 107.1 and later

The key enables saving the last recognized face and all its necessary data to a file. This image file can be sent directly to the recognition server via the iidk_client utility.

0 - General operation mode.

1 - When the face is captured, the captureFrame (cam_N) .log file is created (where N is the camera number that captured the face) in the <Intellect Installer directory>\Modules (64)\ folder. This file will contain the last recognized face and all its necessary data. This image file can be sent directly to the recognition server via the iidk_client utility.

Note. The file is overwritten every time a new face is captured.

х32: (х32)\FRS
x64: (х64)\FRS
XSize>=019207.0 and later

The key restricts resolution (width) of the photo when adding it to the faces database.

Set greater value to the key if the following message appears when adding a face to DB: "Adding error. The face was not added. Insufficient image quality to add".

х32: (х32)\FRS
x64: (х64)\FRS
YSize>=010807.0 and later

The key restricts resolution (height) of the photo when adding it to the faces database.

Set greater value to the key if the following message appears when adding a face to DB: "Adding error. The face was not added. Insufficient image quality to add".
Tevian




х32: (х32)\FRS
x64: (х64)\FRS
TevianAlgorithmNumber0, 107.0-7.1

The key enables selecting the Tevian algorithm.

0 – less resource intensive algorithm is in use

1 – more resource intensive algorithm is in use 

Important! Biometric vectors received using this algorithm cannot be used with alternative one. For proper operation of Face Intellect after changing this parameter biometric vectors are to be converted as described in Transition between face recognition modules section. 

х32:(х32)\FRS\CustomAlgoritm
x64:(х64)\FRS\CustomAlgoritm
Tevian.DetectionFilterAlgorithm0, 107.3 and later

An alternative algorithm for filtering false triggerings of the tracker. This key is in use if Tevian.GlobalTrackingDetectionFilter=0 and Tevian.DetectionFilterValue > 0 (see the corresponding parameters below). 

0 - ALG1

1 - ALG2

Note. It is not recommended to change this parameter without consulting Tevian.

х32:(х32)\FRS\CustomAlgoritm
x64:(х64)\FRS\CustomAlgoritm
Tevian.DetectionFilterValue0-100507.3 and later

Configuring alternative algorithm filtering. It is in use if the value ofTevianof Tevian.GlobalTrackingDetectionFilter if is more than 0 (see the corresponding parameter below).

Note. It is not recommended to change this parameter without consulting Tevian.

х32:(х32)\FRS\CustomAlgoritm
x64:(х64)\FRS\CustomAlgoritm
Tevian.GlobalTrackingDetectionFilter0, 1017.3 and later

Activates an additional check to filter out false triggerings of the tracker. If faces in masks are not recognized, it is recommended to disable this check, however, this can cause false triggerings of the tracker.

0 - disabled

1 - enabled.

Note. It is not recommended to change this parameter without first consulting with Tevian.

х32:(х32)\FRS\CustomAlgoritm
x64:(х64)\FRS\CustomAlgoritm
Tevian.DetectorAlgorithm0, 107.3 and later

Face detection operation mode (identification). The recommended parameter value is 0.

0 - ALG1

1 - ALG2

Note. It is not recommended to change this parameter without consulting Tevian.

х32:(х32)\FRS\CustomAlgoritm
x64:(х64)\FRS\CustomAlgoritm
Tevian.FaceDetectionPeriod>=03507.3 and later

This parameter affects the detector captioning capacity. If there is a great value, the tracks can rend.

Note. It is not recommended to change this parameter without consulting Tevian.

х32:(х32)\FRS\CustomAlgoritm
x64:(х64)\FRS\CustomAlgoritm
Tevian.FaceDetectorConfidenceThreshold>=0507.3 and later

Face detector confidence threshold (do not confuse with face quality).

Note. It is not recommended to change this parameter without consulting Tevian.

х32:(х32)\FRS\CustomAlgoritm
x64:(х64)\FRS\CustomAlgoritm
Tevian.IdentificationAlgorithm0, 1, 207.3 and later

The key enables selecting the Tevian algorithm for recognition and face search.

0 - ALG1 less resource-intensive algorithm is in use.

1 - ALG2 identification of the higher quality, but more resource-intensive.

2 - PRECISE the highest quality of recognition, but the most resource-intensive. This algorithm is recommended if significantly less time is spent on face recognition than on detection (if there are few people in the frame).

Important! Biometric vectors received using this algorithm cannot be used with any other one. For proper operation of Face Intellect after changing this parameter biometric vectors are to be converted as described in Transition between face recognition modules.

х32:(х32)\FRS\CustomAlgoritm
x64:(х64)\FRS\CustomAlgoritm
Tevian.TrackBestFramesCount>=017.3 and later

The number of seconds to accumulate the best frames for recognition in the track. The longer the time, the poorer is the accuracy of the age determinination.

Note. For example, if the 1 second value is set, the average error in determining the age will be 2-3 years, and if the 5 seconds value is set, it will be 3-4 years.

х32:(х32)\FRS\CustomAlgoritm
x64:(х64)\FRS\CustomAlgoritm
Tevian.TrackerMaxLostTime>=05007.3 and later

Time since the last recognition after which the track is considered ended.

Note. It is not recommended to change this parameter without consulting Tevian.

х32: (х32)\FRS
x64: (х64)\FRS
FaceTracker.LogTrackerQuality0, 107.3 and laterThe key enables logging of every face capture event in the general log file of the Face Recognition Server debugging window, where additional information is displayed, such as: the quality of the captured face, the number of all captured faces, the number of high-quality faces, etc. (for details, see Appendix 2. Debug window).
х32: (х32)\FRS\Cloud
x64: (х64)\FRS\Cloud

Face.PollTime

>=02007.3 and later

The key specifies the polling time of the HUAWEI server in milliseconds.

Note. Face-Intellect requests the events only since the time it is launched. If events contain an earlier time than the launch time of Face-Intellect, these events will be ignored. That is why the HUAWEI server time and the Face-Intellect time should be synchronized.

...

AUTO Intellect

Registry section

String parameter

Available values

Default

Product version

Parameter in effect

x32: (x32)\LPRVIEWER
x64: (x64)\LPRVIEWER

protocollimit

<1000

-

4.7.5 and later

Sets number of lines shown in the protocol (this parameter is for testing only).

x32: (x32)\radar
x64: (x64)\radar

EmulateRefreshSpeed

1 - 2147483647

100

4.7.5 and later

Radar emulator. Sets time period (ms) for refreshing data about speed in the radar emulation mode. 0 value blocks data refreshing.

x32: (x32)\radar
x64: (x64)\radar

WriteSpeedOnTitles

0, 1

0

4.7.5 and later

Defines whether to write speed values on titles.

x32: (x32)\URMLPR
x64: (x64)\URMLPR

DisableUrmOutput

0, 1

0

4.7.5 and later

Disables results output.

x32: (x32)\URMLPR
x64: (x64)\URMLPR

GlobalUrmDebug

0, 1

0

4.7.5 and later

Enables displaying CZoneInfo objects in dbgview. 

x32: (x32)\URMLPR
x64: (x64)\URMLPR

OneSpeedDetect

0, 1

0

4.7.5 and later

Enables filtering the radar speed values.

x32: (x32)\URMLPR
x64: (x64)\URMLPR

ReadSpeedFromTitles

0, 1

0

4.7.5 and later

Defines whether to read speed from titles or not.

x32: (x32)\URMLPR
x64: (x64)\URMLPR

TestWidth

-

0

4.7.5 and later

 Image width change (internal use only).

x32: (x32)\URMLPR
x64: (x64)\URMLPR

TestHeight

-

0

4.7.5 and later

 Image height change (internal use only).

x32: (x32)\URMLPR
x64: (x64)\URMLPR

Time

-

-

4.7.5 and later

Saves time of the last viewed archive fragment in the test mode.

x32: (x32)\URMLPR
x64: (x64)\URMLPR

UrmDebug

0, 1

0

4.7.5 and later

Enables recording of  tiff files to UrmDebug folder.

x32: (x32)\URMLPR
x64: (x64)\URMLPR

UrmSendProcessEvents

0, 1

0

4.7.5 and later

Sends beginning (VEHICLES_BEGIN) and ending (VEHICLES_END) parameters of license plate recognition to the core.

x32: (x32)\URMLPR
x64: (x64)\URMLPR

UseTry

0, 1

0

4.7.5 and later

Enables the seh module.

x32: (x32)\URMLPR
x64: (x64)\URMLPR

WriteUraganErrorBuf

0, 1

0

4.7.5 and later

If failure occurs, the uragan.buf file is created (only of UseTry=1). 

x32: (x32)\URMLPR\UnitTest
x64: (x64)\URMLPR\UnitTest

CountryName

Text

RUS

4.7.5 and later

Sets the test country name.

x32: (x32)\URMLPR\UnitTest
x64: (x64)\URMLPR\UnitTest

Enabled

0, 1

0

4.7.5 and later

Enables/disables test.

x32: (x32)\URMLPR\UnitTest
x64: (x64)\URMLPR\UnitTest

ExecuteSecond

> = 0

3

4.7.5 and later

Sets time of test execution.

x32: (x32)\URMLPR\UnitTest
x64: (x64)\URMLPR\UnitTest

Number

Text

M038EH150

4.7.5 and later

Sets the test number.

x32: (x32)\URMLPR\UnitTest
x64: (x64)\URMLPR\UnitTest

PlateHeightPercent

> 0

15

4.7.5 and later

Sets the test license plate height.

x32: (x32)\URMLPR\UnitTest
x64: (x64)\URMLPR\UnitTest

PlateWidthPercent

> 0

25

4.7.5 and later

Sets the test license plate width.

x32: (x32)\URMLPR
x64: (x64)\URMLPR

ParkingMode

0, 1

-

5.0

Enabling the parking mode for the CARMEN-Auto recognizer:

1 – parking mode is enabled. Recognition starts at ULPR|START reaction. As soon as one license plate is recognized, the recognition stops.

0 – parking mode is disabled. Recognition continues till getting the ULPR|STOP reaction. 

Important! For correct operation of the key make sure that the Enable on motion detection trigger checkbox is set on the settings panel of the LPR channel object corresponding to the CARMEN-parking recognition module (see Setting the joint operation of the LPR channel and the motion detector of the Intellect platform).

Note. The ULPR|START and ULPR|STOP reactions are created using the scripts. Operator command, sensor triggering, motion detection tool triggering, etc. can cause the reaction.

5.5 and later

Enabling the parking mode for the CARMEN-Auto recognizer:

1 – parking mode is enabled. Recognition starts at ULPR|START reaction. As soon as one license plate is recognized, the recognition stops.

0 – parking mode is disabled. Recognition continues till getting the ULPR|STOP reaction. 

Note. If you set the 1 value on the settings panel of the LPR channel object, the Enable on motion detection trigge checkbox will be automatically set without the possibility of removing it until this key value is set to 0 (see Setting the joint operation of the LPR channel and the motion detector of the Intellect platform).

Note. The ULPR|START and ULPR|STOP reactions are created using the scripts. Operator command, sensor triggering, motion detection tool triggering, etc. can cause the reaction.

x32: (x32)\URMLPR
x64: (x64)\URMLPR

SaveRawRecognitionResult0,105.1

When value = 1, the key allows saving frames transmitted from Intellect to the CARMEN Parking / CARMEN-Auto module.

  • For CARMEN Parking the frames are saved to the following folders:
    < Intellect installation folder>\Modules\CPD_RawResults\idDetector\ - frames with data for recognition.
    <Intellect installation folder >\Modules\CPD_RawResults\idDetector\NotFound – frames with no data for recognition.If value = 0, then frames are not saved.
  • For CARMEN Auto the results are stored to the <Intellect>\Modules\CarmenResults\idDetector\ folder. The results are represented by pairs of files: ‘<recognition time in UTC format>.bmp’ file (with a frame to be recognized) and xml file with settings of the recognizer and recognition results.

  • If the module is restarted, the Apply button is clicked or 5000 files are saved, then the specified folder and the data in it are automatically deleted and the folder is recreated. 

When value = 1, frames are not saved.

x32: (x32)\URMLPR
x64: (x64)\URMLPR

TrackOnlyRedLight0, 115.1When value = 1, the key allows fixing violations by the traffic violations detection (crossing the stop line, stop over crosswalk line, running a red light) only for vehicles which crossed the stop line on red light.

x32: (x32)\URMLPR
x64: (x64)\URMLPR

MaxStoppingSpeed0 - 1000010005.1Controls maximal speed in relative units (relatively from width and height of frame) at which the vehicle is still considered as the stopped vehicle (for the Stop over crosswalk line violation).

x32: (x32)\URMLPR
x64: (x64)\URMLPR

RayHardwareDelay>005.2

Sets time (in milliseconds) corresponding to the delay with which events about green/red traffic lights are received.

Example. If the key value is RayHardwareDelay=2000 and an event is received at 12:00:00, then the system thinks the event is received at 11:59:58.

x32: (x32)\URMLPR
x64: (x64)\URMLPR

TimestampFontSize>=1391395.2The key sets the text font size on the photo of the fine (containing date and time). The value is font size multiplied by 10. For instance, if the key is 139, then the font size will be 13,9pnt.

x32: (x32)\URMLPR
x64: (x64)\URMLPR

ReadRayFromTitles0, 105.3

The key enables the multi-stream mode emulation in IntLab.

0 – license plates recognition is performed when the ray, specified on the settings panel of the IntLab-Carriages module object, is open or closed (see Setting up the IntLab-Carriages module).

1 – information about the time when the license plates recognition is to be started is taken from the titles overlaid on the video.

x32: (x32)\URMLPR
x64: (x64)\URMLPR

ReadRayFromTitles0, 105.5

The key includes the multichannel mode emulation for the IntLab-Carriages module.

0 –  LP number recognition is carried out using macro specified on the IntLab-Carriages module object settings panel (see Setting up the IntLab -Carriages module).

1 –  when it is necessary to start the LP number recognition, the information on the time of occurrence is taken from subtitles added to a video.

x32: (x32)\URMLPR
x64: (x64)\URMLPR

PlateImprover0, 1, 205.3

The key sets an algorithm of frame preparation before sending it to the Carmen license plate recognition module:

0 – frames are sent to the Carmen license plate recognition module without pre-processing.

1 – rectangular areas that may contain a license plate are searched in the frame. Only those rectangular areas that may contain a license plate are then forwarded to the Carmen license plate recognition module.

2 – if any rectangular area that may contain a plate number is detected on the frame, the frame in whole is forwarded to the Carmen license plate recognition module. If the Carmen license plate recognition module detects a license plate, it tries to find another plate number, and time for recognition increases as a result.

3 – if any rectangular area that may contain a plate number is detected on the frame, the frame in whole is forwarded to the Carmen license plate recognition module. If the Carmen license plate recognition module detects a license plate, it does not try to find another license plate.

0, 1, 2, 35.4

x32: (x32)\URMLPR
x64: (x64)\URMLPR

 SpeedField"FASTEST", "STRONGEST""FASTEST"5.4

"FASTEST" – a speed trap sends speed of the fastest object to the Intellect software

"STRONGEST" – a speed trap sends speed of the biggest object to the Intellect software

Important! If values other than above are specified for the key, the Intellect software does not recieve speed data from speed traps.

x32: (x32)\URMLPR
x64: (x64)\URMLPR

Compress0, 115.2The parameter is intended for disabling compression when transferring video from the video subsystem (the Camera object) to the LPR channel, if the video subsystem and the LPR channel are on the same local computer. This allows reducing the load on the Server processor.

0 – the video is transmitted to the local LPR channel without compression.

1 – the video is transmitted to the LPR channel after compression.

x32: (x32)\URMLPR
x64: (x64)\URMLPR

RemoteLpr.NearestTimeFull path to local or network folder05.3

The key specifies the time difference (in milliseconds) between the moments of receiving the frame and license plate recognition event, sufficient to allow these events to be linked. The key is to be in use if data about recognized license plates are not displayed on the On-line monitor in Auto Intellect, although there are recognition events in the Debug window.

х32: (х32)\URMLPR
x64: (х64)\URMLPR

RemoteLpr.x.NearestTime

X is the object identifier of the LP recognition channel in the Intellect software.

>=0

-5.5

For the specified object of the LPR channel with the assigned remote recognition module, the key sets the time difference in milliseconds between the moments of receiving the frame and event on the LP recognition enough to bind these events. You should use the key if the data on the recognized LPs are not displayed in the Active Monitor of the Auto Intellect although they are found in the Debug window and Event protocol.

х32: (х32)\URMLPR
x64:(х64)\URMLPR
LprDB.Path0, 1C:\ProgramData\AxxonSoft\LprDB5.5Specifies the local or network folder for storing the recognized LP images and vehicle images if the LprDB.Use key value 1 (see below) is specified.
х32: (х32)\URMLPR
x64:(х64)\URMLPR
LprDB.Use0, 115.5

Specifies the way of storing images.

0 – metadata and images are stored only in the database.

1 – metadata is stored in the database, and images are stored in the local or network folder. Full path to the folder is specified by the LprDB.Path key (see above).

Note. Recognized LP numbers information is stored in the database regardless of the LprDB.Use key.

х32: (х32)\URMLPR
x64:(х64)\URMLPR
LprDB.FreeMB>050005.5

Specifies the amount of free storage space in a directory. When its limit is exceeded, the overwriting process starts, rewriting the oldest images with the most recent ones. The key is used if the LprDB.Use key value is 1 (see above).

х32: (х32)\URMLPR
x64: (х64)\URMLPR
AutoUragan.SDKVersion3.5, 3.73.55.5 and laterThe key sets the SDK version which is being used in the Auto-Uragan software module.
х32: (х32)\URMLPR
x64:(х64)\URMLPR
VIT.TimeoutLostNumber>=005.5 and later

The key enables the tracking of the recognized number disappearance and sets the time in milliseconds, after which the lost number event will be generated if this number has disappeared from the camera field of view.

0 - tracking of the recognized number disappearance is disabled.

>1 - after the specified time has passed, if the recognized number disappeared from the camera field of view, a lost number event will be generated.

х32: (х32)\URMLPR
x64:(х64)\URMLPR
SaveFilterToDB0, 115.5 and later

The key enables saving the filtered numbers to the database.

0 - filtered numbers are saved to the database.

1 - filtered numbers are not saved to the database.

х32: (х32)\URMLPR
x64: (х64)\URMLPR
RemoveNewLine0, 115.5 and later

The key sets the display mode of the recognized Arabic numbers in the Event Log.

0 - Arabic number is displayed in two lines.

1 - Arabic number is displayed in one line.

х32: (х32)\URMLPR
x64: (х64)\URMLPR
ExpiredPlateNumberMinutes>=055.2

The key sets the time in minutes, after which the violation detected by the main recognizer is ignored if the second recognizer, which is paired with the main one, also detected a violation.

х32: (х32)\URMLPR
x64: (х64)\URMLPR
RestartTimeout0, 105.4

The key activates the automatic restart by the timeout for the Auto-URAGAN recognition module if no recognition results are received from it.

х32: (х32)\URMLPR
x64: (х64)\URMLPR
IgnorePhotoFromBaseCamera0, 105.2

The key disables the receiving of photos from the main cameras of the recognizers.

х32: (х32)\URMLPR
x64: (х64)\URMLPR
FrameBuffer>=005.4

The key sets the number of frames that are stored in the buffer for the CARMEN-Auto module. It is applicable if there is skipping of numbers, but it may cause a delay in the numbers recognition.

х32: (х32)\URMLPR
x64: (х64)\URMLPR
FrameBuffer>=005.5 and later

The key sets the number of unprocessed frames that are stored in the buffer for all license plate recognition modules. It is applicable if there is skipping of numbers, but it may cause a delay in the numbers recognition.

х32: (х32)\URMLPR
x64: (х64)\URMLPR
SaveRecognitionResult0, 105.5 and later

The key activates the saving of the number recognition result in the * .jpg format for the Seenaptec module. As a result of the module operation, the AutoRecongitionResult folder will be created at the path: <Intellect installation directory>\Modules64\, into which the files with the following names will be saved: recognizer ID in Intellect - recognized number - violation <if any>.jpg.

Note. This setting is required for debugging.

х32: (х32)\URMLPR
x64: (х64)\URMLPR
InternalDirection0, 1, 215.5 and later

The key sets the mode of determining the vehicle direction of movement of the vehicle.

0 - the direction is determined by the SDK.
1 - the direction is calculated by the position of the upper part of the number. If at the start of tracking the upper part of the number is lower than the upper part of the number at the end of tracking, then the direction is defined as “From camera”, otherwise “To camera”.
2 - the direction is calculated by the area of the LP number. If at the start of tracking the area of the number is larger than at the end of tracking, then the direction is defined as “From camera”, otherwise “To camera”.

х32: (х32)\URMLPR
x64: (х64)\URMLPR
GueTrack.Timeout>=005.5 and later

The key sets the waiting time in seconds required for the number to appear if the vehicle is detected several times after stopping.

х32: (х32)\URMLPR
x64: (х64)\URMLPR
Intlab.BestFrame0, 105.5 and later

The key activates the mechanism for the IntLab-Carriages module that displays the frame where the number is the most visible, however, it causes a time delay in the displaying of the results.

х32: (х32)\URMLPR
x64: (х64)\URMLPR
Alarms.LimitedByBestResult0, 105.5 and later

The key activates the discarding of all tracks after the best frame which was defined by the recognition module.

х32: (х32)\URMLPR
x64: (х64)\URMLPR
Alarms.CrossWalkOne0, 105.5 and later

The key activates an alarm if there is at least one number identification at the pedestrian crossing. Vehicle traffic is not taken into account.

Note. By default, the system tries to determine the traffic on a pedestrian crossing.

х32: (х32)\URMLPR
x64: (х64)\URMLPR
VehiclePlateSearch.Arabic0, 105.5 and later

The key enables the entry of an Arabic LP number in the search field.

х32: (х32)\URMLPR
x64: (х64)\URMLPR
VehiclePlateSearch.PersianCalendar0, 105.5 and later

It is necessary to activate this key if the Persian calendar is used on the LPR channel.

х32: (х32)\URMLPR
x64: (х64)\URMLPR
WritesAllSecondaryFrames0, 115.5 and later

Internal setting. Disables saving of frames from a synchronous video camera to the LprDB.Path folder and the [lprex].[dbo].[FramesSecondary] database.

0 - saving of all images from a synchronous video camera is disabled.

1 - saving of all images from a synchronous video camera is enabled.

х32: (х32)\URMLPR
x64: (х64)\URMLPR

Ulpr.NumberDetectedRestartTimeout

>=005.5 and later

This key should be created if the LP recognition on one or more LPR channels stop from time to time. The key sets the time in minutes; if during this time no LPs were recognized, then the reaction is sent to the Intellect software core:

ULPR|N|NUMBER_DETECTED_TIMEOUT

where N is the identifier of the LPR channel object. Having received this reaction, the core re-sends the settings to the recognition module, thus emulating the Apply button click on the settings panel of the LPR channel object.

х32: (х32)\URMLPR
x64: (х64)\URMLPR

AutoInfo.Use

0, 105.5 and later

The key activates the display of the vehicle type in the Online Monitor window (if the Vehicle Type Recognition Module (UrlServer) is activated).

0 - the detected vehicle type is not displayed in the Online Monitor window.

1 - the detected vehicle type is displayed in the Online Monitor window.

х32: (х32)\URMLPR
x64: (х64)\URMLPR

AutoInfo.Url

http-address
http://127.0.0.1:8091/GetAutoInfo
5.5 and later

The key sets the http-address for the interaction with the Vehicle Type Recognition Module (UrlServer).

х32: (х32)\URMLPR
x64: (х64)\URMLPR
UrlServerFrameBuffer>=005.5 and later

The key sets the number of frames that are stored in the buffer for the Vehicle Type Recognition Module (UrlServer). It is defined as the approximate time spent by the vehicle in the frame multiplied by the fps of video.

If 0 - then the MMR (VIT) works.

If > 0 - then the Vehicle Type Recognition Module (UrlServer) works.

х32: (х32)\URL_SERVER
x64: (х64)\URL_SERVER
SavePicturesString value-5.5 and later

The key specifies the folder into which the frames processed by the Vehicle Type Recognition Module (UrlServer) will be saved (cropped frames containing only the vehicle). These frames are necessary for training a neural network.

...