From 6bcf419d2e8f739b432d4790d1ba9d48ab65365b Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 18 Nov 2011 12:14:12 +0000 Subject: --- ARMFCaptureD3D/readme.txt | 51 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 ARMFCaptureD3D/readme.txt (limited to 'ARMFCaptureD3D/readme.txt') diff --git a/ARMFCaptureD3D/readme.txt b/ARMFCaptureD3D/readme.txt new file mode 100644 index 0000000..2b85378 --- /dev/null +++ b/ARMFCaptureD3D/readme.txt @@ -0,0 +1,51 @@ +MFCaptureD3D Sample +================================ +Demonstrates how to preview video from a capture device, using +Direct3D to draw the video frames. + + +Sample Language Implementations +=============================== +C++ + + +Files: +============================================= +BufferLock.h +Debug +device.cpp +device.h +MFCaptureD3D.h +MFCaptureD3D.rc +MFCaptureD3D.sln +MFCaptureD3D.vcproj +preview.cpp +preview.h +readme.txt +resource.h +winmain.cpp + + +To build the sample using the command prompt: +============================================= + 1. Open the Command Prompt window and navigate to the MFCaptureD3D directory. + 2. Type msbuild MFCaptureD3D.sln. + + +To build the sample using Visual Studio (preferred method): +=========================================================== + 1. Open Windows Explorer and navigate to the MFCaptureD3D directory. + 2. Double-click the icon for the MFCaptureD3D.sln file to open the file in Visual Studio. + 3. In the Build menu, select Build Solution. The application will be built in the default \Debug or \Release directory. + + +To run the sample: +================= + 1. Navigate to the directory that contains the new executable, using the command prompt or Windows Explorer. + 2. Type MFCaptureD3D.exe at the command line, or double-click the icon for MFCaptureD3D.exe to launch it from Windows Explorer. + +On startup, the application enumerates the available video-capture +devices and begins streaming from the first device in the list. + +To select a different capture device, select Choose Device from the +File menu. -- cgit v1.1