|
1 | 1 | ---
|
2 |
| -title: What is Video Analysis? |
| 2 | +title: What is Video Retrieval? |
3 | 3 | titleSuffix: Azure AI services
|
4 |
| -description: Learn about the basic concepts and features of Azure AI Vision Spatial Analysis and Video Retrieval. |
| 4 | +description: Learn about the basic concepts and features of Azure AI Vision Video Retrieval. |
5 | 5 | author: PatrickFarley
|
6 | 6 | manager: nitinme
|
7 | 7 | ms.collection: "ce-skilling-fresh-tier2, ce-skilling-ai-copilot"
|
8 | 8 | ms.update-cycle: 365-days
|
9 | 9 | ms.author: pafarley
|
10 | 10 | ms.service: azure-ai-vision
|
11 | 11 | ms.topic: overview
|
12 |
| -ms.date: 04/04/2025 |
| 12 | +ms.date: 05/22/2025 |
13 | 13 | ms.custom: contperf-fy22q2, ignite-2022
|
14 | 14 | ---
|
15 | 15 |
|
16 |
| -# What is Video Analysis? |
17 |
| - |
18 |
| -Video Analysis includes video-related features like Spatial Analysis and Video Retrieval. |
19 |
| - |
20 |
| -## Spatial Analysis |
21 |
| - |
22 |
| -[!INCLUDE [spatial-analysis-deprecation](includes/spatial-analysis-deprecation.md)] |
23 |
| - |
24 |
| -<!-- |
25 |
| -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 can learn how people use them and maximize the space's value to your organization. |
26 |
| -
|
27 |
| -Try out the capabilities of Spatial Analysis quickly and easily in your browser by using Azure AI Vision Studio. |
28 |
| -
|
29 |
| -> [!div class="nextstepaction"] |
30 |
| -> [Try Vision Studio](https://portal.vision.cognitive.azure.com/) |
31 |
| -
|
32 |
| -
|
33 |
| -### People counting |
34 |
| -
|
35 |
| -This operation counts the number of people in a specific zone over time using the *PersonCount* operation. It generates an independent count for each frame processed without attempting to track people across frames. This operation can be used to estimate the number of people in a space or generate an alert when a person appears. |
36 |
| -
|
37 |
| -:::image type="content" source="https://user-images.githubusercontent.com/11428131/139924111-58637f2e-f2f6-42d8-8812-ab42fece92b4.gif" alt-text="Animation showing how Spatial Analysis counts the number of people in the cameras field of view."::: |
38 |
| -
|
39 |
| -### Entrance Counting |
40 |
| -
|
41 |
| -This feature monitors how long people stay in an area or when they enter through a doorway. This monitoring can be done using the PersonCrossingPolygon or PersonCrossingLine operations. In retail scenarios, these operations can be used to measure wait times for a checkout line or engagement at a display. Also, these operations could measure foot traffic in a lobby or a specific floor in other commercial building scenarios. |
42 |
| -
|
43 |
| -:::image type="content" source="https://user-images.githubusercontent.com/11428131/137016574-0d180d9b-fb9a-42a9-94b7-fbc0dbc18560.gif" alt-text="Animation showing frames of people moving in and out of a bordered space, with rectangles drawn around them."::: |
44 |
| -
|
45 |
| -### Social distancing and face mask detection |
46 |
| -
|
47 |
| -This feature analyzes how well people follow social distancing requirements in a space. The system uses the *PersonDistance* operation to automatically calibrate itself as people walk around in the space. Then it identifies when people violate a specific distance threshold (6 ft. or 10 ft.). |
48 |
| -
|
49 |
| -:::image type="content" source="https://user-images.githubusercontent.com/11428131/139924062-b5e10c0f-3cf8-4ff1-bb58-478571c022d7.gif" alt-text="Animation showing how Spatial Analysis visualizes social distance violation events showing lines between people showing the distance."::: |
50 |
| -
|
51 |
| -Spatial Analysis can also be configured to detect if a person is wearing a protective face covering such as a mask. A mask classifier can be enabled for the PersonCount, PersonCrossingLine, and PersonCrossingPolygon operations by configuring the `ENABLE_FACE_MASK_CLASSIFIER` parameter. |
52 |
| -
|
53 |
| -:::image type="content" source="https://user-images.githubusercontent.com/11428131/137015842-ce524f52-3ac4-4e42-9067-25d19b395803.png" alt-text="Photograph showing how Spatial Analysis classifies whether people have facemasks in an elevator."::: |
54 |
| ---> |
55 |
| - |
56 |
| -## Video Retrieval |
| 16 | +# What is Video Retrieval? |
57 | 17 |
|
58 | 18 | [!INCLUDE [video-retrieval-deprecation](includes/video-retrieval-deprecation.md)]
|
59 | 19 |
|
|
0 commit comments