Skip to content

Commit cde07ba

Browse files
committed
Fixing build warnings, adding TOC and orientation page entries for cameracaptureui
1 parent 0298f81 commit cde07ba

File tree

3 files changed

+3
-180
lines changed

3 files changed

+3
-180
lines changed

hub/apps/develop/camera/camera-capture-ui.md

Lines changed: 0 additions & 180 deletions
This file was deleted.

hub/apps/develop/camera/camera.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This section provides guidance for creating WinUI 3 apps that use the camera or
1515

1616
| Topic | Description |
1717
|---------------------------|-----------------------------|
18+
| [Capture photos and video in a desktop app with the Windows built-in camera UI](cameracaptureui.md) | Describes how to use the [CameraCaptureUI](/windows/windows-app-sdk/api/winrt/microsoft.windows.media.capture) class to capture photos or videos by using the camera UI built into Windows. This feature allows your app to get a user-captured photo or video with just a few lines of code. |
1819
| [Show the camera preview in a WinUI 3 app](camera-quickstart-winui3.md) | Shows how to quickly display the camera preview stream within a XAML page in a WinUI 3 app. |
1920
| [Basic photo, video, and audio capture with MediaCapture](basic-photo-capture.md) | Shows the simplest way to capture photos and video using the [**MediaCapture**](/uwp/api/Windows.Media.Capture.MediaCapture) class. The **MediaCapture** class exposes a robust set of APIs that provide low-level control over the capture pipeline and enable advanced capture scenarios, but this article is intended to help you add basic media capture to your app quickly and easily. |
2021

hub/apps/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ items:
3838
- name: Camera
3939
href: develop\camera\camera.md
4040
items:
41+
- name: Capture photos and video with Windows built-in camera UI
42+
href: develop\camera\cameracaptureui.md
4143
- name: Show the camera preview in a WinUI 3 app
4244
href: develop\camera\camera-quickstart-winui3.md
4345
- name: Basic photo, video, and audio capture with MediaCapture

0 commit comments

Comments
 (0)