Skip to content

Commit 3e08254

Browse files
Merge pull request #172788 from asergaz/percept-container
Adding percept container doc
2 parents 16bf60e + dc08c6d commit 3e08254

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: Azure Percept DK Container release notes
3+
description: Information of changes and fixes for Azure Percept DK Container releases.
4+
author: amiyouss
5+
ms.author: amiyouss
6+
ms.service: azure-percept
7+
ms.topic: conceptual
8+
ms.date: 09/17/2021
9+
---
10+
11+
# Azure Percept DK Container release notes
12+
13+
This page provides information of changes and fixes for Azure Percept DK Container releases.
14+
15+
To download the container updates, go to [Azure Percept Studio](https://ms.portal.azure.com/#blade/AzureEdgeDevices/main/overview), select Devices from the left navigation pane, choose the specific device, and then select Vision and Speech tabs to initiate container downloads.
16+
17+
## August (2108) Release
18+
19+
- Azureyemodule
20+
- Updated to Intel latest (May) drop for MyriadX Camera firmware update.
21+
- Enabled UVC (USB Video Class) camera as input source. Refer to the [Advanced Development github](https://github.com/microsoft/azure-percept-advanced-development/tree/main/azureeyemodule#using-uvcusb-video-class-camera-as-input-source) on how to use UVC camera as input source.
22+
- Fixed module crash when using H.264 raw RTSP stream.
23+
24+
## June (2106) Release
25+
26+
- Azureyemodule
27+
- This release adds support for time-aligning the inferences of slow neural networks with the video streams. It will add latency into the video stream equal to approximately the latency of the neural network but will result in the inferences (bounding boxes for example) being drawn over the video in the appropriate locations.
28+
- To enable this feature, add `TimeAlignRTSP: true` to your module twin in the IoT Hub Azure portal.
29+
- Azureearspeechclientmodule
30+
- Integrated the [Speech 1.16 SDK](../cognitive-services/speech-service/devices-sdk-release-notes.md) in the Speech module, which includes fixes for speech token support and integrates EAR SOM as default supported device in low-level lib.
31+
- Fixed a PnP detecting issue while security MCU removed but codec not.
32+
- Addressed Speech service timeouts with PTT/PTS button functions.
33+
- Security fixes
34+
- Out of Bounds Read receiving TLS data in speech module.
35+
- MCU and Codec USB ports are re-exposed while doing the DFU.
36+
- Exceptions handling when parsing JSON.
37+
- Enabling all hardened compiler security flags.
38+
- Out of Bounds Read receiving TLS data in speech module.
39+
- Versioning SSL and libcurl dependencies and prevent vulnerable version.
40+
- Enforcement of HTTPS and Pin a TLS CA on curl connections.
41+
42+
## April (2104) Release
43+
44+
- Azureyemodule
45+
- Fixed IoT Hub message format to be UTF-8 encoded JSON (previously it was 64-bit encoded format).
46+
- Fixed bug with Custom Vision classifier (previously, the Custom Vision classifier models were not working properly - they were interpreting the wrong dimension of the output tensor as the class confidences, which led to always predicting a single class, regardless of confidence).
47+
- Updated H.264 to use TCP instead of UDP, for Azure video analyzer integration.
48+
49+
## Next steps
50+
51+
- [How to determine your update strategy](./how-to-determine-your-update-strategy.md)

articles/azure-percept/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@
136136
href: software-releases-usb-cable-updates.md
137137
- name: Azure Percept DK software release notes
138138
href: azure-percept-devkit-software-release-notes.md
139+
- name: Azure Percept DK Container release notes
140+
href: azure-percept-devkit-container-release-notes.md
139141
- name: Azure Percept device datasheets
140142
items:
141143
- name: Azure Percept DK datasheet

0 commit comments

Comments
 (0)