Skip to content

Access function#

Import settings function#

The Import settings function is designed to import settings from the local computer to the Access.

To import the settings, follow these steps:

1․ Click on the arrow in the upper right corner to the right of the user's avatar to expand the drop-down menu (Figure 40).

Switching to the **Import settings** function
Figure 40. Switching to the **Import settings** function

2․ Select the "Import Settings" function in the drop-down menu (Figure 41).

**Import settings** function
Figure 41. **Import settings** function

3․ The file export form will open, click on to select a json file (Figure 42).

Selecting a settings file
Figure 42. Selecting a settings file

4․ In the Name of the setting field, specify the name of the downloaded setting (Figure 43).

The **Setting name** field
Figure 43. The **Setting name** field

5․ Click on the Add button (Figure 44).

Adding a settings file
Figure 44. Adding a settings file

After successfully importing the setup, the message Setup loaded will be displayed in the upper-left corner of the screen (Figure 45).

Setting upload confirmation
Figure 45. Setting upload confirmation

If the setting is created and imported correctly, the components contained in this setting will be displayed in the corresponding sections "Services", "Controllers", "Devices" and "Pipelines".

Export settings function#

The Export settings function is designed to export settings to a local computer from the Access.

To export the settings, follow these steps:

1․ Click on the arrow in the upper right corner to the right of the user's avatar to expand the drop-down menu (Figure 46).

Switching to the **Export settings** function
Figure 46. Switching to the **Export settings** function

2․ Select the Export Settings function in the drop-down menu (Figure 47).

**Export settings** function
Figure 47. **Export settings** function

A file with the saved settings will be downloaded to the local computer in json format with all the components that are contained in this setting.

Reset Settings function#

The Reset Settings function deletes all components and related data in the Services, Controllers, Devices and Pipelines sections.

Full name variables#

The fields for entering successful_pass_message_template allow you to display the full name of recognized faces:

If the full name has more than 30 characters, then the first name will be shortened automatically to Last name with initials.

  • {fullname} - full name of the person from the "Information" field (user_data). Ivanov Petr Sergeevich;
  • {lastname} - Last name of the person. This is the first word from the "Information" field. Ivanov;
  • {firstname} - The name of the person. This is the second word from the "Information" field. Peter;
  • {middlename} - Middle name of the person. This is the third word from the "Information" field. Sergeevich;
  • {short_lastname} - The first letter of the last name with a dot at the end. I.;
  • {short_firstname} - The first letter of the name with a dot at the end. P.;
  • {short_middlename} - The first letter of the patronymic with a dot at the end. S. .

To display the message on the terminal screen, it is required to specify the desired variants of full name in the successful_pass_message_template and unsuccessful_pass_message fields (Table 8).

Table 8. Example of using the variables full name

Record in settings Output on terminal
Welcome, {fullname}! Welcome, Ivanov Petr Sergeevich!
Welcome, {firstname} {middlename}! Welcome, Peter Sergeevich!

Other functions#

Documentation#

The Documentation button is designed to switch to the online Access documentation.