Skip to content

FaceStream v.5.1.3#

Changes

  • SDK was updated to version 5.6.0.

  • The ability to group streams was added. Grouping is intended to combine streams with multiple cameras into logical groups. For example, you can group streams by territorial characteristic.

    Any stream can belong to several groups, as well as none.

    The group is created using the "create group" request. To create a group, you need to specify the required parameters "account_id" and "group_name". If necessary, you can specify a description of the group.

    Stream can be linked to a group in two ways:

    • using the "group_name" or "group_id" parameters during stream creation ("create stream" request).

    • using the "linker" request. In the request, you should specify the streams IDs and the group to which they need to be linked. You can also unlink streams from a group using this request.

    If the stream was linked to a group, then the "get stream" or "get streams" requests will show the group in the "groups" field.

  • The ability to transfer local track timestamps to events created by LUNA PLATFORM 5 was added.

    • For an event created by a static handler, the "create_time" and "end_time" parameters are now recorded.

    • For an event created by a dynamic handler, the "end_time" parameter is now recorded.

    • For the bestshots (samples), the "detect_time" parameter is now recorded.

  • Now, when the "send_detection_path" parameter is enabled, the corresponding detection with body coordinates will be sent along with the bestshot by default. Previously, such a detection could not be sent.