Skip to content

Commit 0920d82

Browse files
committed
Renaming scene analysis article
1 parent b4db062 commit 0920d82

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

hub/apps/develop/audio-video-camera.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ The following articles provide information about features available via WinRT AP
2121

2222
| Article | Description |
2323
|---------|-------------|
24-
| [Audio, video, and camera](/windows/uwp/audio-video-camera/) | Learn about development scenarios that involve photos, videos, or audio in your apps. |
2524
| [Camera](./camera/camera.md) | Learn about how to use the camera or microphone to capture photos, video, or audio. |
2625
| [Media playback](/windows/uwp/audio-video-camera/media-playback/) | Learn about how to play back audio and video in your apps. |
2726
| [Visual layer](/windows/uwp/composition/visual-layer) | The Visual layer provides a high performance, retained-mode API for graphics, effects and animations, and is the foundation for all UI across Windows devices. |

hub/apps/develop/camera/camera.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This section provides guidance for creating WinUI 3 apps that use the camera or
2828
| [Manual camera controls for photo and video capture](capture-device-controls-for-photo-and-video-capture.md) | Learn how to use manual device controls to enable enhanced photo and video capture scenarios including optical image stabilization and smooth zoom. |
2929
| [Manual camera controls for video capture](capture-device-controls-for-video-capture.md) | Learn how to use manual device controls to enable enhanced video capture scenarios including HDR video and exposure priority. |
3030
| [Video stabilization effect for video capture](effects-for-video-capture.md) | Learn how to use the video stabilization effect. |
31-
| [Effects for analyzing camera frames](scene-analysis-for-media-capture.md) | Shows you how to use the [**SceneAnalysisEffect**](/uwp/api/Windows.Media.Core.SceneAnalysisEffect) and the [**FaceDetectionEffect**](/uwp/api/Windows.Media.Core.FaceDetectionEffect) to analyze the content of the media capture preview stream. |
31+
| [Scene analysis for MediaCapture](scene-analysis-for-media-capture.md) | Shows you how to use the [**SceneAnalysisEffect**](/uwp/api/Windows.Media.Core.SceneAnalysisEffect) and the [**FaceDetectionEffect**](/uwp/api/Windows.Media.Core.FaceDetectionEffect) to analyze the content of the media capture preview stream. |
3232
| [Capture a photo sequence with VariablePhotoSequence](variable-photo-sequence.md) | Learn how to capture a variable photo sequence, which allows you to capture multiple frames of images in rapid succession and configure each frame to use different focus, flash, ISO, exposure, and exposure compensation settings. |
3333
| [Process media frames with MediaFrameReader](process-media-frames-with-mediaframereader.md) | Learn how to use a [**MediaFrameReader**](/uwp/api/Windows.Media.Capture.Frames.MediaFrameReader) with [**MediaCapture**](/uwp/api/Windows.Media.Capture.MediaCapture) to get media frames from one or more available sources, including color, depth, and infrared cameras, audio devices, or even custom frame sources such as those that produce skeletal tracking frames. This feature is designed to be used by apps that perform real-time processing of media frames, such as augmented reality and depth-aware camera apps. |
3434
| [Process audio frames with MediaFrameReader](process-media-frames-with-mediaframereader.md) | Learn how to use a [**MediaFrameReader**](/uwp/api/Windows.Media.Capture.Frames.MediaFrameReader) with [**MediaCapture**](/uwp/api/Windows.Media.Capture.MediaCapture) to get audio data from a media frame source. |

hub/apps/develop/camera/scene-analysis-for-media-capture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
description: Learn how to use the SceneAnalysisEffect and the FaceDetectionEffect to analyze the content of the media capture preview stream in a WinUI 3 app.
2+
description: Learn how to use the SceneAnalysisEffect and the FaceDetectionEffect to analyze the content of the MediaCapture preview stream in a WinUI 3 app.
33
title: Effects for analyzing camera frames
44
ms.date: 02/08/2017
55
ms.topic: article
66
keywords: windows 10, windows 11, winui3, camera
77
ms.localizationpriority: medium
88
---
9-
# Effects for analyzing camera frames
9+
# Scene analysis for MediaCapture
1010

1111
This article describes how to use the [**SceneAnalysisEffect**](/uwp/api/Windows.Media.Core.SceneAnalysisEffect) and the [**FaceDetectionEffect**](/uwp/api/Windows.Media.Core.FaceDetectionEffect) to analyze the content of the media capture preview stream.
1212

hub/apps/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ items:
7272
href: develop\camera\capture-device-controls-for-video-capture.md
7373
- name: Video stabilization effect for video capture
7474
href: develop\camera\effects-for-video-capture.md
75-
- name: Effects for analyzing camera frames
75+
- name: Scene analysis for MediaCapture
7676
href: develop\camera\scene-analysis-for-media-capture.md
7777
- name: Capture a photo sequence with VariablePhotoSequence
7878
href: develop\camera\variable-photo-sequence.md

0 commit comments

Comments
 (0)