Versions Compared

Key

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

...

  1. Go to the settings panel of the Face Recognition Server object.
    Image Modified
  2. Go to the Analytics tab (1)
  3. Select the Generating access event check box (12).
  4. Click Apply (23).

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

  • imageBase64 - contains jpg image from the camera in base64 format.
  • info - contains the following information sepearated information separated by a semicolon (;): the names and identifiers of the cameras, that has ever captured the faces, and the number of passes.
  • 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 modules in Face Intellect).
  • 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.

...