Versions Compared

Key

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

...

  1. Configure Face PSIM according to the documentation.

    Tip

    Configuring the Face recognition server operation with thermal camera


  2. Configure the FACE access point object according to the documentation. The required settings are shown below:

    • If it is necessary to only monitor the face temperature (display only), then select Temperature monitoring from the Mode drop-down list.

    • If it is necessary to control the face temperature threshold exceeding, then select Temperature control from the Mode drop-down list.

      Info
      titleNote

      To simultaneously monitor and control the face temperature, it is necessary to create two FACE access point objects, and set the temperature monitoring/control mode for each of them.


  3. Configure the Event manager module according to the documentation. The required settings are shown below:
    1. Create and configure the Rule of displaying object for each monitoring/control mode:
      • For the Type of object parameter, select FACE access point.
      • For the Template parameter, select a display template for the temperature monitoring or control, respectively (see step 3.b).
      • On the Objects tab, select the appropriate FACE access point object for the temperature monitoring or control.
      • On the Events tab, if the Rule of displaying object is configured for the temperature monitoring, set the checkbox for the Face recognized (temperature log) event. If the Rule of displaying object is configured for the temperature control, then set the checkbox for the Face with high temperature recognized event.
    2. Create and configure the Template of displaying object for each monitoring/control mode:

      Tip

      Database field object properties

      1. To display the name of the event for which the Event manager is configured, add the Database field object and specify the following value in the Unusual parameter:

        Code Block
        rule_service_action_name


      2. To display the full name, add several Database field objects and specify the value from the database (First name, Surname, Patronymic) in the Predefined field, or add only one Database field object, and specify the following value in the Unusual parameter:

        Code Block
        {param0}


      3. To display the date and time when the face and temperature were recognized, add the Database field object and specify the following value in the Unusual parameter:

        Code Block
        {date} {time}


      4. To display the temperature received from the thermal camera, add the Database field object and specify the following value in the Unusual parameter:

        Code Block
        {temperature}


        Info
        titleNote

        For example, for a temperature control template, you can specify the following in the Unusual parameter:

        Code Block
        Attention! High temperature: {temperature} °C {\n} Door blocked.



      5. The examples of display templates are shown below.

        Display template for the temperature monitoringDisplay template for the temperature control

        Image Modified

        Image Modified


  4. If it is necessary to display a face captured by the camera of the Face Recognition Server, when the face could not be recognized, then configure the Event Manager module according to the documentation. The following settings are required:
    1. Create and configure a new Rule of displaying object:
      • For the Type of object parameter, select Face Recognition Server.
      • For the Template parameter, select a template for displaying the unrecognized face (see paragraph 4.b).
      • On the Objects tab, select the corresponding Face Recognition Server object.
      • On the Events tab, set the checkbox for the Not recognized event.
    2. Create and configure a new Template of displaying object, add the Photo element to it, and specify the following in its Parameter property:

      Code Block
      imageBase64


      Tip

      Photo object properties


...