v.6.32.0¶
Improvements:¶
[LUNA-6897] Get attributes request now can return descriptor in sdk format. Query parameter descriptor_format was added to get face attributes request. descriptor_format allows to choose between raw and sdk descriptor formats.
- raw format for input and output descriptors now is deprecated. See more
xpk format for input descriptors now is deprecated. See create a temporary attribute
[LUNA-6954] The new resources were added, see:
[LUNA-6955] New videoStream and videoAnalytic token permissions have been added to create token, replace token get tokens, get token endpoints for access to streams, streams log and analytics.
[LUNA-6958] The response format for video analytics (beta) slightly changed:
track_id field added for people_count analytics event
max_people_count field renamed to people_count for people_count analytics event
start_frame_offset / last_frame_offset fields removed from analytics event video segment data (start_time_offset / end_time_offset still unchanged)
frame_offset field removed from analytics frame estimation result (time_offset still unchanged)
overview field pulled out from analytics event aggregated_estimations
See videosdk for details.
Bugs fixed:¶
[LUNA-6897] Added response schemas for application/msgpack Content-Type where it was missing.
Migration:¶
See a migration manual.