You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: uwp/audio-video-camera/camera.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.localizationpriority: medium
12
12
This section provides guidance for creating Universal Windows Platform (UWP) apps that use the camera or microphone to capture photos, video, or audio.
13
13
14
14
> [!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.
16
16
17
17
## Use the Windows built-in camera UI
18
18
@@ -39,7 +39,7 @@ This section provides guidance for creating Universal Windows Platform (UWP) app
39
39
|[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. |
40
40
|[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. |
41
41
|[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. |
43
43
|[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. |
44
44
|[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. |
45
45
|[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