Go to documentation repository
Permissions and additional settings are configured as follows:
Set the Allow face database editing checkbox (2) to make the Face DB tab available in the Face recognition and search interface window and to enable adding reference faces to the reference face database.
Attention!
The Face recognition server uses the port 10000 for communication with the Face recognition and search interface object. If this port is occupied by a third-party program, errors may occur when editing the database from the client side. Make sure that the specified port is free and is not used by any third-party applications.
If you can not disable the third-party application, you can change the port through which the communication is performed (the port 10001 below is selected as an example). To do this, you should perform the following actions:
1. For the Face recognition server: go to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\AxxonSoft\PSIM\FRS branch of the Windows registry and set the RestPort = 10001 string parameter.
2. For the Face recognition and search interface object: open the C:\Program Files (x86)\Axxon PSIM\Modules\face_client.run.config file and make the following changes:
<setting name="Port" serializeAs="String"> <value>10001</value> </setting>
Configuring permissions and additional settings is complete.