Versions Compared

Key

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

...

  1. Updated Tevian SDK to version 2.12.1. Improved accuracy and speed of operation, added an option to run on two GPUs, and more mask types Image Added
  2. Updated Tevian SDK installation path: Modules64\Firserver\FaceRecognition\Tevian_SDK_version_number.

...

  1. In the face search interface, added the ability to enable or disable the creation of users in the Intellect database when adding a face to the face database Image Added
  2. Moved the settings for thermal cameras from the Face Recognition Server to the Face Detection module Image Added
  3. Faces images of any quality can now be saved to the database Image Added
  4. Added the configuration of the automatic addition of unrecognized faces to the face database. Now during the setup, you can specify whether it is necessary to create a user in Intellect, to which department they should be added, and how long they should be stored in the database Image Added
  5. Added a mask presence filter setting, which allows you to receive information about face mask state changes in real time and generate the corresponding events:
    1. MASK_DETECTED (Mask is present).
    2. MASK_NOT_DETECTED (Mask is not found).
    3. MASK_NOT_RIGHT_PLACE (Mask is worn incorrectly) Image Added

Programming, configuration file, registry key and API functions

  1. Added additional audit of actions with the face database: creating/changing/deleting faces in the database and time/computer/user parameters. The data is stored in the logs table of the Fir database.
  2. All requests for working with faces in the face database are now logged to the face_client.log file.
  3. Added an additional user_info value to the REST API requests, which allows to write the information specified in user_info to the logs table of the Fir database.
  4. Added the face_id parameter to the FIND_PERSON, PERSON_NOT_FOUND, MASK_DETECTED, MASK_NOT_IN_PLACE, MASK_NOT_DETECTED events.
  5. Added the STOP_CAM_FACECAPTURE event, which is used to stop the face detection tool operation.
  6. Added a new FaceErrorDescriptions request to the REST API, which displays a list of possible Face Recognition Server errors Image Added
  7. Added the UpdatePerson request to the REST API, which allows to update the parameters of an existing user Image Added
  8. Added the ability to edit additional user parameters using the additionalParams parameter Image Added
  9. The face GUID is now displayed in response to the GetProtocols REST API request.
  10. Access-Control-Origin headers are now supported in the REST API requests.

...