Skip to content

FaceStream v.5.81.2#

Changes

  • FaceStream is now part of the LUNA PLATFORM distribution.

    The FaceStream distribution now has a LUNA PLATFORM version to avoid component compatibility issues. In other words, now FaceStream of a certain version always works with LUNA PLATFORM of the same version.

    The documentation on installing the FaceStream Standalone version has been removed from the distribution and is now available upon request.

    Important: The FaceStream container still has its own version. It is the version of the FaceStream component distribution that has changed. For example, for the FaceStream v.5.82.1 distribution, the FaceStream component (container) version is v.5.2.6.

  • FSDK has been updated to version v.5.22.1.

Fixed errors

  • Fixed an error that prevented FaceStream from running from a Docker container with configuration files.

    Now a new environment variable "CONFIGURATION_PATH" has been added to the FaceStream container, defining the path to the configuration file "fs3Config.conf".

    By default, the configuration file at "/srv/facestream/data/fs3Config.conf" is used.

    The configuration file is used only if the environment variables "CONFIGURATOR_HOST" and "CONFIGURATOR_PORT" are not passed, which are necessary to use the settings from the Configurator service.

    Thus, the command to run FaceStream with a configuration file can look like this:

    bash docker run \ --env=CONFIGURATION_PATH=/srv/facestream/data/fs3Config.conf \ -v /var/lib/fs/fs-current/extras/conf/configs/fs3Config.conf:/srv/facestream/data/fs3Config.conf \ -v /var/lib/fs/fs-current/extras/conf/configs/faceengine.conf:/srv/facestream/data/faceengine.conf \ -v /var/lib/fs/fs-current/extras/conf/configs/runtime.conf:/srv/facestream/data/runtime.conf \ -v /etc/localtime:/etc/localtime:ro \ -v /tmp/logs/facestream:/srv/logs \ --env=PORT=34569 \ --detach=true \ --restart=always \ --name=facestream \ --network=host \ dockerhub.visionlabs.ru/luna/facestream:v.5.2.6

  • Fixed excessively long execution of "get last frame preview" and "get live preview" requests with a large number of log records in the Streams DB.