Go to documentation repository
Page History
...
Configure Face PSIM according to the documentation.
Tip Configuring the Face Recognition Server recognition server operation with thermal camera
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 title Note 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.
- Configure the Event manager module according to the documentation. The required settings are shown below:
- 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.
Create and configure the Template of displaying object for each monitoring/control mode:
Tip 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
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}
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}
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 title Note 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.
The examples of display templates are shown below.
Display template for the temperature monitoring Display template for the temperature control
- Create and configure the Rule of displaying object for each monitoring/control mode:
- 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:
- 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.
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 Phоto Photo object properties
- Create and configure a new Rule of displaying object:
The example of a configured system for the temperature monitoring and control:
...