Versions Compared

Key

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

TheUsing 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 Modified
  2. Select the Generating access event check box (1).
  3. Click Apply (2).

If the Generating access event check box is set, the Pass event (RECOGNITION_PASS) is displayed in the Event log when generated when the face is detected. This event has the following parameters:

  • imageBase64 - contains jpg image from the camera in base64 format.
  • info - the name contains the following information sepearated by a semicolon (;): the names and identifiers of the camera, its numbercameras, that has ever captured the faces, and the number of passes. All cameras from which the face was previously recognized are indicated on the video image sepearated by a semicolon.
  • total_passes - the total number of passes for the current recognized face.
  • age, gender - age and gender of the recognized person if the intellect.sec activation key allows the use of the age and gender recognition channel (see also Activation of the recognition module modules in the Face Intellect software).
  • surname, name, patronymic, department, comment, sim - the parameters will be filled with corresponding values if the person is found in the online database.
  • firstId - the unique identifier of the captured face.
  • camera_id – the identifier of the camera that captured a face.
  • 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 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:

...