Go to documentation repository
The firserver.log log file of the Face Recognition Server debug window is located at the following path: <Face PSIM installation directory>\Modules64\. This log file stores all events from the Face Recognition Serverrecognition server object.
An example of thefirserver.log file contents:
To enable logging of each face capture event, it is necessary to change the value of the FaceTracker.LogTrackerQuality key to 1 (for details, see the Registry keys reference guide, for more information about working with the registry, see Working with Windows OS registry). As a result, the events of each face capture will be recorded in the log file firserver.log.
...
Parameter | Description |
---|---|
track | Current track number |
quality | Captured face quality: ok for good quality, low for bad quality (current < threshold) |
current | Captured face quality determined by the math calculation |
threshold | Minimum face quality set in the Face Recognition Serverrecognition server object settings panel |
total | Number of all captured faces |
filtered(ok) | Number of all good quality faces that passed the filter (current >= threshold) |
...