summaryrefslogtreecommitdiff
path: root/avstream/samplemft0
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2020-01-06 14:41:24 -0800
committerGitHub <[email protected]>2020-01-06 14:41:24 -0800
commita919a4e8c3e551c8677bc465b5067065de9799e5 (patch)
treeb5c6b6cf6d82d4e74722407b8078439d9773e6f1 /avstream/samplemft0
parent24000457442864d9c49ca4cbcd8794db17073d8c (diff)
Diffstat (limited to 'avstream/samplemft0')
-rw-r--r--avstream/samplemft0/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/avstream/samplemft0/README.md b/avstream/samplemft0/README.md
index 0ea52c91..4ed8adbf 100644
--- a/avstream/samplemft0/README.md
+++ b/avstream/samplemft0/README.md
@@ -12,7 +12,7 @@ products:
Provides a *driver MFT* for use with a camera's UWP device app.A *driver MFT* is a Media Foundation Transform that's used with a specific camera when capturing video. The driver MFT is also known as MFT0 because it is the first MFT applied to the video stream captured from the camera. This MFT can provide a video effect or other processing when capturing photos or video from the camera. It can be distributed along with the driver package for a camera.
-In this sample, the driver MFT, when enabled, replaces a portion of the captured video with a green box. To test this sample, download the [UWP device app for camera sample](http://go.microsoft.com/fwlink/p/?linkid=249442) and the [Camera Capture UI sample](http://go.microsoft.com/fwlink/p/?linkid=249441).
+In this sample, the driver MFT, when enabled, replaces a portion of the captured video with a green box. To test this sample, download the [UWP device app for camera sample](https://go.microsoft.com/fwlink/p/?linkid=249442) and the [Camera Capture UI sample](https://go.microsoft.com/fwlink/p/?linkid=249441).
The **UWP device app for camera sample** provides a *UWP device app* that controls the effect implemented by the driver MFT.
@@ -34,6 +34,6 @@ This sample is designed to be used with a specific camera. To run the sample, yo
### Samples
-[Device app for camera sample](http://go.microsoft.com/fwlink/p/?linkid=249442)
+[Device app for camera sample](https://go.microsoft.com/fwlink/p/?linkid=249442)
-[Camera Capture UI sample](http://go.microsoft.com/fwlink/p/?linkid=249441%20)
+[Camera Capture UI sample](https://go.microsoft.com/fwlink/p/?linkid=249441%20)