Versions Compared

Key

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

Image Added

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.

...

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

If the Access event generation check box is set, the Pass event (RECOGNITION_PASS) is generated when the face is detected. This event has the following parameters:

...

.

...

camera_name  – the name of the camera that captured a face.

These parameters can be used in scripts in the JScript programming language (for more information on creating scripts, see Programming Guide (JScript)).
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:

...