Skip to content

FaceStream v.5.1.28#

Changes

  • Now FaceStream will send unique "track_id" to LUNA PLATFORM in UUID format, for example, "671719eb-bee8-4cd4-8efd-da05000040".

Fixed errors

  • Fixed an error where two requests were made to the LUNA PLATFORM when sending the source frame with saving to the resource ["/images"] was enabled - request to the resource "/handlers/{handler_id}/events" with the bestshots and the source frame and an extra request to the resource "/images" with the source frame.

    Now only one request is made to the resource "/handlers/{handler_id}/events" containing the bestshots and the source frame.

    In addition, an error was fixed in which the "jpeg_quality_level" parameter (frame compression ratio) was ignored when making a request to the resource "/handlers/{handler_id}/events".