Versions Compared

Key

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

...

XML fileParameterAvailable valuesDefaultProduct versionParameter in effect
<Directory of the Intellect software installation>\Modules\Wt2\Web.configCamMonitorShift-5000 - 50000 

Sets shifting of video start while report viewing in milliseconds:

>0 – video will start later than time specified in a report

<0 – video will start earlier than time specified in a report

FaceReplaceCameraIpFromIP-address-up to 3.2Changes internal IP-address of a Server specified in the Architecture while viewing video for POS reports and for "Face" module report from outside
FaceReplaceCameraIpToIP-address-up to 3.2Changes external IP-address of a Server specified in the Architecture while viewing video for POS reports and for "Face" module report from outside
WorkThroughGatewaytrue, falsefalsefrom 3.3Enables receiving video from Gateway while viewing video for POS reports and for "Face" module report. A Gateway is selected authomatically.
PersonNameLength>=0-3.4

By default, the parameter is not added to the file (corresponds to value 1). 

Add it to the <appSettings> section in the following format: 

<add key = "PersonNameLength" value = "5" /> 

The parameter limits the user's patronymic to the number of characters specified in the value parameter for Access Manager and Time&Attendance reports. Example (if value = "5"): Ivanov Peter Alex.

If value = "0", the full name is displayed completely, without abbreviations. Example: Ivanov Peter Alexandrovich.

PersonNameIncludesId0, 1-3.4

By default, the parameter is not added to the file (corresponds to value 0).

Add it to the <appSettings> section in the following format:

<add key = "PersonNameIncludesId" value = "1" /> 

The parameter allows enabling display of the user ID in parentheses after the user full name in the Access Manager and Time&Attendance reports. 

value = "1" - the user ID in parentheses is displayed after the user full name. Example: Ivanov Peter Alexandrovich (1) 

value = "0" - the user ID is not displayed.

FACE-Intellect

XML fileParameterAvailable valuesDefaultParameter in effect
<Directory of the Intellect software installation>\Modules\face_client.run.configProblemImagesPath to a folderNone

Path to the folder for storing images which haven't been added to the database is specified in the parameter value. The specified folder will be created automatically.

Info
titleNote.

If %USER% is specified in the parameter value, the images which haven't been added to the database will be stored in the folder:

c:\Users\%LOGGED_USER%\AppData\Local\AxxonSoft\FaceIntellect\ProblemImages\

...