Skip to content

FaceStream installation and configuration process#

FaceStream configuration and installation process:

If you are going to utilize the Configurator service for working in server mode, you can find the description for configuring and launching the Configurator service in the "Use FaceStream with Configurator" section.

Table: Installation of FaceStream and services

Normal mode Server mode
Install FaceStream CentOS: "Installation for CentOS" section or Windows: "Installation for Windows OS" section CentOS: "Installation for CentOS" section
Install and configure LUNA Configurator not used Optional See LUNA PLATFORM 4 documentation
  • Configure FaceStream. Edit "fs3Config.conf" file or the corresponding parameters in the Configurator service. All the file parameters are described in "FaceStream Configuration" section.

Table: FaceStream configuration

Section Normal mode Server mode Description
Logging used used FaceStream logging parameters
Sending used used Parameters for sending images to external services
Web_tasks not used used Parameters for operating with the RabbitMQ message queue
Debug used used Debug parameters
  • Set video stream sources for FaceStream. You should specify them in the "Input.json" file or in the Configurator service.

In the file you can specify additional parameters for the sources:

  • health check parameters (only for video streams),
  • primary track policy usage (only for video streams and video files),
  • enable Liveness check to determine if there is a real person in the frame (only for video streams and video files).

Video stream sources and their additional parameters are described in the "Video-Stream Sources" section.

In server mode the parameters can be stored in Configurator;

  • FaceStream also utilizes the "trackengine.conf" and "faceengine.conf" configuration files. You should edit them by prior agreement with VisionLabs only. The only exclusion are the parameters mentioned in the "General recommendations for FaceStream configuration" section.

  • Launch FaceStream. The launch description for normal and server modes is given in "Launching FaceStream" section.

Back to top