summaryrefslogtreecommitdiff
path: root/ARMFCaptureD3D/readme.txt
diff options
context:
space:
mode:
authorfcolin2011-11-18 12:14:12 +0000
committerfcolin2011-11-18 12:14:12 +0000
commit6bcf419d2e8f739b432d4790d1ba9d48ab65365b (patch)
tree92815e16f189c8e328dff4fcfa38ebe1d0217fdd /ARMFCaptureD3D/readme.txt
parent487e963b081d7ffe2ddf489e11d927982c9101a6 (diff)
downloadamilis-6bcf419d2e8f739b432d4790d1ba9d48ab65365b.zip
amilis-6bcf419d2e8f739b432d4790d1ba9d48ab65365b.tar.gz
amilis-6bcf419d2e8f739b432d4790d1ba9d48ab65365b.tar.bz2
amilis-6bcf419d2e8f739b432d4790d1ba9d48ab65365b.tar.xz
Diffstat (limited to 'ARMFCaptureD3D/readme.txt')
-rw-r--r--ARMFCaptureD3D/readme.txt51
1 files changed, 51 insertions, 0 deletions
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.