summaryrefslogtreecommitdiff
path: root/avstream/samplemft0/README.md
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2018-09-24 14:36:17 -0700
committerAdonais Romero González <[email protected]>2018-09-24 14:36:17 -0700
commit5c2d787787e57e7df34055da641932ca5ba1eaa9 (patch)
tree79373a3a3ba81c8d506d660511a66786dccbded0 /avstream/samplemft0/README.md
parent42ee96982a76e8e52bed820c5e3ea91a66220b5c (diff)
Updated YAML manifest for Microsoft Samples portal. (#287)
* Rename YAML manifests to use .yml extension * Add preserveParentHierarchy: true to YAML manifest * Updated YAML manifest for Microsoft Samples portal. * Fix YAML newline warnings * Updated vssolution path in YAML manifests
Diffstat (limited to 'avstream/samplemft0/README.md')
-rw-r--r--avstream/samplemft0/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/avstream/samplemft0/README.md b/avstream/samplemft0/README.md
index 42f23db4..111d4073 100644
--- a/avstream/samplemft0/README.md
+++ b/avstream/samplemft0/README.md
@@ -3,16 +3,16 @@
platform: WDM
language: cpp
category: Camera
- description: A driver MFT for use with a camera's Windows Store device app.
+ description: A driver MFT for use with a camera's UWP device app.
samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617126
--->
Driver MFT Sample
=================
-Provides a *driver MFT* for use with a camera's Windows Store 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.
+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 [Windows Store 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). The [Windows Store device app for camera sample](http://go.microsoft.com/fwlink/p/?linkid=249442) provides a *Windows Store device app* that controls the effect implemented by the driver MFT. The [Camera Capture UI sample](http://go.microsoft.com/fwlink/p/?linkid=249441) provides a way to invoke the *Windows Store device app*.
+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). The [UWP device app for camera sample](http://go.microsoft.com/fwlink/p/?linkid=249442) provides a *UWP device app* that controls the effect implemented by the driver MFT. The [Camera Capture UI sample](http://go.microsoft.com/fwlink/p/?linkid=249441) provides a way to invoke the *UWP device app*.
This sample is designed to be used with a specific camera. To run the sample, you need the your camera's device ID and device metadata package.
@@ -22,7 +22,7 @@ Related topics
**Concepts**
-[Windows Store device apps for cameras](http://go.microsoft.com/fwlink/p/?LinkId=306683)
+[UWP device apps for cameras](http://go.microsoft.com/fwlink/p/?LinkId=306683)
[Media Foundation Transforms](http://msdn.microsoft.com/en-us/library/windows/hardware/ms703138)
@@ -32,6 +32,6 @@ Related topics
**Samples**
-[Windows Store device app for camera sample](http://go.microsoft.com/fwlink/p/?linkid=249442)
+[Device app for camera sample](http://go.microsoft.com/fwlink/p/?linkid=249442)
[Camera Capture UI sample](http://go.microsoft.com/fwlink/p/?linkid=249441%20)