Skip to content

FaceStream v.5.89.0#

Changes

  • The SDK version has been updated to v.5.23.4.

  • A new parameter, mixed_decode, has been added to the "performance" section of FaceStream settings. This parameter defines the percentage of streams that can be decoded on the CPU.

    The parameter can accept values in the range from 0 to 100.

  • A new parameter, enable_hibernation, has been added to the "performance" section of FaceStream settings, which puts FaceStream into hibernation mode in the absence of detections.

    In hibernation mode:

    • Only keyframes are decoded, reducing system load during periods of low activity in the stream.
    • If at least one detection appears on a keyframe, FaceStream "wakes up" and starts processing all frames as in standard mode.
    • This mode is recommended for cameras with a low number of detections per unit of time. Otherwise, this feature will be ineffective, as FS will remain in an active state all the time.
  • Logging in FaceStream has been improved for cases where it cannot connect to LUNA PLATFORM.

    Before changes: Logs contained a WARNING-level message without specifying the cause or source of the error:

    Sending of body best shot is disabled. Reason: URI must contain a hostname.

    After changes: Logs now indicate the specific configuration field (lunaplatform.origin.value) and are logged at the ERROR level:

    Failed to create client from: lunaplatform.origin.value. Reason: URI must contain a hostname.