Versions Compared

Key

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

...

  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 
  7. Added the UpdatePerson request to the REST API, which allows to update the parameters of an existing user. Also added user 
  8. Added the ability to edit additional user parameters using the additionalParams parameter 
  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.

...