Skip to content

Commit ce00fab

Browse files
committed
add sa deprecation notice
1 parent db16cc2 commit ce00fab

12 files changed

+47
-1
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Spatial Analysis deprecation notice
3+
titleSuffix: Azure AI services
4+
#services: cognitive-services
5+
author: PatrickFarley
6+
manager: nitinme
7+
ms.service: azure-ai-vision
8+
ms.topic: include
9+
ms.date: 09/10/2024
10+
ms.author: pafarley
11+
---
12+
13+
> [!IMPORTANT]
14+
> On 30 March 2025, Azure AI Vision Spatial Analysis will be retired. Please transition to [Azure AI Video Indexer](https://azurearcjumpstart.com/azure_arc_jumpstart/azure_edge_iot_ops/aks_edge_essentials_single_vi) or another open-source solution before the specified date. We encourage you to make the switch sooner to gain the richer benefits of Azure AI Video Indexer. In addition to the familiar features you are using, here's a quick comparison between Azure AI Vision Spatial Analysis and Azure AI Video Indexer.
15+
>
16+
>|Feature | Azure AI Vision Spatial Analysis | Azure AI Video Indexer |
17+
>|---|---|---|
18+
>|Edge support | Yes |Yes |
19+
>|Object Detection | People & Vehicle detection only | Detects 1000+ objects |
20+
>|Audio/Speech Processing | Not supported | Supported (includes speech transcription, translation and summarization)<br>Supported >(includes speech transcription and sentiment analysis) |
21+
>|Event Detection & Tracking | Supported (tracking people & vehicles, event detection) | Not supported at the Edge yet. Is partially supported at the Cloud. |
22+
>|Azure Arc Support| Not supported | Native support |
23+
>|Focus Area |Visual analysis with specialized tracking | Comprehensive analysis of both audio and visual content |
24+
>
25+
> From now until 30 March 2025, you can continue to use Azure AI Vision Spatial Analysis or transition to [Azure AI Video Indexer](https://azurearcjumpstart.com/azure_arc_jumpstart/azure_edge_iot_ops/aks_edge_essentials_single_vi) before the specified date. After 30 March 2025, the Spatial Analysis container will no longer be supported and will stop processing new streams.

articles/ai-services/computer-vision/intro-to-spatial-analysis-public-preview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Video Analysis includes video-related features like Spatial Analysis and Video R
1818

1919
## Spatial Analysis
2020

21+
[!INCLUDE [spatial-analysis-deprecation](includes/spatial-analysis-deprecation.md)]
22+
2123
You can use Azure AI Vision Spatial Analysis to detect the presence and movements of people in video. Ingest video streams from cameras, extract insights, and generate events to be used by other systems. The service can do things like count the number of people entering a space or measure compliance with face mask and social distancing guidelines. By processing video streams from physical spaces, you're able to learn how people use them and maximize the space's value to your organization.
2224

2325
Try out the capabilities of Spatial Analysis quickly and easily in your browser using Vision Studio.

articles/ai-services/computer-vision/spatial-analysis-camera-placement.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.author: pafarley
1414

1515
# Spatial Analysis camera placement
1616

17+
[!INCLUDE [spatial-analysis-deprecation](includes/spatial-analysis-deprecation.md)]
18+
1719
This article provides camera placement recommendations for Spatial Analysis (public preview) scenarios. It includes general guidelines as well as specific recommendations for height, angle, and camera-to-focal-point-distance for all the included operations.
1820

1921
> [!NOTE]

articles/ai-services/computer-vision/spatial-analysis-container.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.custom: devx-track-azurecli
1414

1515
# Install and run the Spatial Analysis container (preview)
1616

17+
[!INCLUDE [spatial-analysis-deprecation](includes/spatial-analysis-deprecation.md)]
18+
1719
The Spatial Analysis container enables you to analyze real-time streaming video to understand spatial relationships between people, their movement, and interactions with objects in physical environments. Containers help you meet specific security and data governance requirements.
1820

1921
## Prerequisites

articles/ai-services/computer-vision/spatial-analysis-local.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.author: pafarley
1313

1414
# Run Spatial Analysis on a local video file
1515

16+
[!INCLUDE [spatial-analysis-deprecation](includes/spatial-analysis-deprecation.md)]
17+
1618
You can use Spatial Analysis with either recorded or live video. Use this guide to learn how to run Spatial Analysis on a recorded local video.
1719

1820
## Prerequisites

articles/ai-services/computer-vision/spatial-analysis-logging.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.custom: cogserv-non-critical-vision
1414

1515
# Telemetry and troubleshooting
1616

17+
[!INCLUDE [spatial-analysis-deprecation](includes/spatial-analysis-deprecation.md)]
18+
1719
Spatial Analysis includes a set of features to monitor the health of the system and help with diagnosing issues.
1820

1921
## Enable visualizations

articles/ai-services/computer-vision/spatial-analysis-operations.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.author: pafarley
1313

1414
# Spatial Analysis operations
1515

16+
[!INCLUDE [spatial-analysis-deprecation](includes/spatial-analysis-deprecation.md)]
17+
1618
Spatial Analysis lets you analyze video streams from camera devices in real time. For each camera device you configure, the Spatial Analysis operations will generate an output stream of JSON messages sent to your instance of Azure IoT Hub.
1719

1820
The Spatial Analysis container implements the following operations. You can configure these operations in the deployment manifest of your container.

articles/ai-services/computer-vision/spatial-analysis-web-app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.author: pafarley
1313

1414
# Deploy a Spatial Analysis web application
1515

16+
[!INCLUDE [spatial-analysis-deprecation](includes/spatial-analysis-deprecation.md)]
17+
1618
Use this article to learn how to deploy a web app that collects Spatial Analysis data/insights from IoT Hub and visualizes it. This can have useful applications across a wide range of scenarios and industries. For example, if a company wants to optimize the use of its real estate space, they can quickly create a solution with different scenarios.
1719

1820
In this tutorial you'll learn how to:

articles/ai-services/computer-vision/spatial-analysis-zone-line-placement.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ ms.date: 01/20/2024
1111
ms.author: pafarley
1212
---
1313

14-
1514
# Zone and line placement guide
1615

16+
[!INCLUDE [spatial-analysis-deprecation](includes/spatial-analysis-deprecation.md)]
17+
1718
This article provides guidelines for how to define zones and lines for Spatial Analysis operations to achieve accurate analysis of peoples movements in a space. This applies to all operations.
1819

1920
Zones and lines are defined using the JSON `SPACEANALYSIS_CONFIG` parameter. See the [Spatial Analysis operations](spatial-analysis-operations.md) article for more information.

articles/ai-services/computer-vision/use-case-dwell-time.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.author: pafarley
1414

1515
# Monitor dwell time in front of displays with Spatial Analysis
1616

17+
[!INCLUDE [spatial-analysis-deprecation](includes/spatial-analysis-deprecation.md)]
18+
1719
Spatial Analysis can provide real-time information about how long customers spend in front of a display in a retail store. The service monitors the length of time customers spend in a zone you specify. You can use this information to track customer engagement with promotions/displays within a store or understand customers' preference toward specific products.
1820

1921
:::image type="content" source="media/use-cases/dwell-time.jpg" alt-text="Photo of a person in a warehouse with stacks of boxes.":::

0 commit comments

Comments
 (0)