Skip to content

Latest commit

 

History

History
 
 

ReadMe.md

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.

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 and the Camera Capture UI sample. The Windows Store device app for camera sample provides a Windows Store device app that controls the effect implemented by the driver MFT. The Camera Capture UI sample provides a way to invoke the Windows Store 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

Concepts

Windows Store device apps for cameras

Windows 8 device experience

Media Foundation Transforms

Roadmap for Developing Streaming Media Drivers

Samples

Windows Store device app for camera sample

Camera Capture UI sample