diff options
| author | Barry Golden <[email protected]> | 2019-09-12 10:46:37 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-12 10:46:37 -0700 |
| commit | db43355fe49c4bec3dbb5f84c271e15dc914ce72 (patch) | |
| tree | 055a4d1bd666d9e41a0faf495ca786a8da47bc47 /avstream/samplemft0 | |
| parent | bbe176e4e13cb9f963897173a935e639267a1a20 (diff) | |
Diffstat (limited to 'avstream/samplemft0')
| -rw-r--r-- | avstream/samplemft0/README.md | 31 |
1 files changed, 12 insertions, 19 deletions
diff --git a/avstream/samplemft0/README.md b/avstream/samplemft0/README.md index 3d4f8444..0ea52c91 100644 --- a/avstream/samplemft0/README.md +++ b/avstream/samplemft0/README.md @@ -8,38 +8,31 @@ products: - windows-wdk --- - -<!--- - name: Driver MFT Sample - platform: WDM - language: cpp - category: Camera - 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 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). 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*. +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** 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 -[UWP 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 [Device app for camera sample](http://go.microsoft.com/fwlink/p/?linkid=249442) |
