Versions Compared

Key

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

...

  1. The GetProtocols query for recognized faces now includes a "personid" field from the "obj_person" table 
  2. For the CreatePerson request, additional Intellect user fields can now be sent in the intellects_params parameter 
  3. Some events now include a "temperature" field in which thermal vision camera's most recent measurement result is stored (for example, IDENTIFY_ACCEPT) 
  4. Added a TEMPERATURE_ALARM which is generated upon exceeding the pre-specified temperature threshold in thermographic measurements 
  5. Added the FACE_TEMPERATURE_SYNC_PROBLEM event which is generated if current time of the Server and the thermal camera differs by more than 10 minutes 
  6. Added MASK_DETECTED and MASK_NOT_DETECTED events 
  7. FIND_PERSON and PERSON_NOT_FOUND events now include eye_closed and eye_not_closed parameters 
  8. Added the database_error event, which occurs when the connection with the Fir database is lost 
  9. The FaceRecognitionTool utility now works from the command line 
  10. The FaceRecognitionTool utility now exports facial images to department-specific folders Apart from images, the folder includes a json file where full name, department and text comments are stored. For facial images related to Intellect PSIM users, the file also includes "Antipassback" and "Position" parameters 
  11. Added the registry key: 
    • Tevian.EyesClosedDetectorThreshold allows to set sensitivity for eyes closed detection in the Tevian face recognition module
    • GenerateEyesClosedEvent enables generation of "Eyes Closed" events with the Tevian face recognition module
    • SaveThermalJson allows you to record a frame and a json file from thermal cameras to the folder
    • ResizeWidth allows you to set the required width of the video image sent to the face recognition module SDK
    • IsProcessObject allows you to run each Face Recognition Server system object in a separate process
    • ForceProcessWholeImage enables the face search throughout the entire frame if a face was not previously recognized due to incorrect coordinates of the face frame received from the thermal camera.

...