Skip to content

Commit 2307e6f

Browse files
committed
Merge branch 'drewbat/camera-winui-migration-squashed' of https://github.com/MicrosoftDocs/windows-dev-docs-pr into drewbat/camera-winui-migration-squashed
2 parents 94ba243 + d9cf6f0 commit 2307e6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

uwp/audio-video-camera/camera.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.localizationpriority: medium
1212
This section provides guidance for creating Universal Windows Platform (UWP) apps that use the camera or microphone to capture photos, video, or audio.
1313

1414
> [!NOTE]
15-
> Many articles in this section have been updated to support WinUI 3 apps and have been relocated to the [Develop Windows desktop apps](/windows/apps/develop/) area of the documentation. The camera-specific information in these updated articles is still applicable to UWP apps and continue to describe the recommended practices for using the camera in UWP apps. Articles about UWP-specific and legacy features remain in the UWP area of the documentation.
15+
> Many articles related to camera and media capture have been updated to support WinUI 3 apps and have been relocated to the [Develop Windows desktop apps](/windows/apps/develop/camera) area of the documentation. The camera-specific information in these updated articles is still applicable to UWP apps and continue to describe the recommended practices for using the camera in UWP apps. Articles about UWP-specific and legacy features remain here in the UWP area of the documentation.
1616
1717
## Use the Windows built-in camera UI
1818

@@ -39,7 +39,7 @@ This section provides guidance for creating Universal Windows Platform (UWP) app
3939
| [Manual camera controls for photo and video capture](/windows/apps/develop/camera/capture-device-controls-for-photo-and-video-capture) | Shows you how to use manual device controls to enable enhanced photo and video capture scenarios including optical image stabilization and smooth zoom. |
4040
| [Manual camera controls for video capture](/windows/apps/develop/camera/capture-device-controls-for-video-capture) | Shows you how to use manual device controls to enable enhanced video capture scenarios including HDR video and exposure priority. |
4141
| [Video stabilization effect for video capture](/windows/apps/develop/camera/effects-for-video-capture) | Shows you how to use the video stabilization effect. |
42-
| [Scene anlysis for MediaCapture](/windows/apps/develop/camera/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. |
42+
| [Scene analysis for MediaCapture](/windows/apps/develop/camera/scene-analysis-for-media-capture) | 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. |
4343
| [Capture a photo sequence with VariablePhotoSequence](/windows/apps/develop/camera/variable-photo-sequence) | Shows you 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. |
4444
| [Process media frames with MediaFrameReader](/windows/apps/develop/camera/process-media-frames-with-mediaframereader) | Shows you 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. |
4545
| [Get a preview frame](get-a-preview-frame.md) | Shows you how to get a single preview frame from the media capture preview stream. |

0 commit comments

Comments
 (0)