Versions Compared

Key

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

...

Using the access event generation, the Face-Intellect software allows obtaining real-time information on the number of passes of each person in the field of view of a given video camera.

Note
titleВниманиеAttention!

To use this function, you need to set the value of the registry key UseFaceDB = 2 (see the Registry keys reference guide).

Если установлен флажок Генерация события прохода, при распознавании лица генерируется событие Проход (RECOGNITION_PASS).

If the Access event generation checkbox is set, the Pass event (RECOGNITION_PASS) is generated when the face is detected. 

Info
titleNote

These parameters can be used in scripts in the JScript programming language (for more information on creating scripts, see Programming Guide (JScript)The Script object. Programming using the JScript language).

The following example shows the recording of a frame with a captured face image transmitted using the imageBase64 parameter to a file on the disk:

...

To enable the access event generation, do the following:

  1. Go to the settings panel of the Face Recognition Server object. Go to the Analytics tab (1).
  2. Select the Access event generation check box (21).
  3. Click Apply (32).

Configuring the face mask detection or face mask absence event generation

To enable the face mask detection or face mask absence event generation, do the following:

  1. Go to the settings panel of the Face Recognition Server object. Go to the Analytics tab (1).
  2. Set the Mask detection event generation checkbox (21) to enable the event generation in case the mask is detected on the face.

  3. Set the Mask absence event generation checkbox (32) to enable the event generation in case the mask is absent on the face.

  4. Click Apply (43) to save the settings.

If it is necessary to generate the events of mask detection or absence depending on the face characteristics recognition channel (see Activation of the recognition modules in Face Intellect), do the following:

...