Documentation for Face Intellect 7.1. Documentation for other versions of Intellect is available too.

Previous page Next page

To activate the reference face database editing, do the following:

  1. Go to the Interfaces tab in the System settings dialog window (1).
  2. Select the Face recognition and search object in the objects tree (2).
  3. Set the Allow face database editing checkbox (3).
  4. Click Apply button to save changes (4).

Activation of reference face database editing function is now complete.

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 other applications.

If you can not disable the third-party application, you can change the port through which the communication is performed (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\ITV\INTELLECT\FRS branch of the 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)\Intellect\Modules\ face_client.run.config file and make the following changes:
   <setting name="Port" serializeAs="String">
        <value>10001</value>
   </setting>

 

As a result, the Face database tab in the Face recognition and search interface window will be available, and it will be possible to add captured faces to the database.

  • No labels