diff options
| author | Joel Corley <[email protected]> | 2020-02-11 15:56:59 -0800 |
|---|---|---|
| committer | Joel Corley <[email protected]> | 2020-02-11 15:56:59 -0800 |
| commit | e787e936941ebdd25c5d4e5758fe52b8e2b8d4e5 (patch) | |
| tree | 5f9afcc938ade97421144494b541872c61890896 /avstream/samplemft0 | |
| parent | 2a945024ac070bd5d7bef09cb3cbef67757a2a44 (diff) | |
Revert the accidential overwriting of README.MD files.
Diffstat (limited to 'avstream/samplemft0')
| -rw-r--r-- | avstream/samplemft0/README.md | 48 |
1 files changed, 25 insertions, 23 deletions
diff --git a/avstream/samplemft0/README.md b/avstream/samplemft0/README.md index 42f23db4..4ed8adbf 100644 --- a/avstream/samplemft0/README.md +++ b/avstream/samplemft0/README.md @@ -1,37 +1,39 @@ -<!--- - name: Driver MFT Sample - platform: WDM - language: cpp - category: Camera - description: A driver MFT for use with a camera's Windows Store device app. - samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617126 ----> +--- +page_type: sample +description: "A driver MFT for use with a camera's Windows device app." +languages: +- cpp +products: +- windows +- windows-wdk +--- -Driver MFT Sample -================= +# 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](https://go.microsoft.com/fwlink/p/?linkid=249442) and the [Camera Capture UI sample](https://go.microsoft.com/fwlink/p/?linkid=249441). -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. +The **UWP device app for camera sample** provides a *UWP device app* that controls the effect implemented by the driver MFT. + +The **Camera Capture UI sample** 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. -Related topics --------------- +## Related topics -**Concepts** +### Concepts -[Windows Store device apps for cameras](http://go.microsoft.com/fwlink/p/?LinkId=306683) +[UWP device apps for cameras](https://docs.microsoft.com/windows-hardware/drivers/devapps/uwp-device-apps-for-webcams) -[Media Foundation Transforms](http://msdn.microsoft.com/en-us/library/windows/hardware/ms703138) +[Media Foundation Transforms](https://docs.microsoft.com/windows/win32/medfound/media-foundation-transforms) -[Roadmap for Developing Streaming Media Drivers](http://msdn.microsoft.com/en-us/library/windows/hardware/ff568130) +[Streaming media device driver design guide](https://docs.microsoft.com/windows-hardware/drivers/stream) -[Universal camera driver design guide for Windows 10](https://msdn.microsoft.com/en-us/Library/Windows/Hardware/dn937080) +[Universal camera driver design guide for Windows 10](https://docs.microsoft.com/windows-hardware/drivers/stream/windows-10-technical-preview-camera-drivers-design-guide) -**Samples** +### Samples -[Windows Store 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) |
