page_type, languages, products, name, urlFragment, description, extendedZipContent
| page_type | languages | products | name | urlFragment | description | extendedZipContent | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| sample |
|
|
SimpleCapture sample | simpleCapture-sample | Demonstrates how to preview video from a capture device using Media Foundation. |
|
SimpleCapture sample
Demonstrates how to preview video from a capture device using Media Foundation.
Sample Language Implementations
C++
Files
- Preview.cpp
- Preview.h
- README.md
- resource.h
- SimpleCapture.rc
- SimpleCapture.sln
- SimpleCapture.vcproj
- winmain.cpp
Build the sample using the command prompt
- Open the Command Prompt window and navigate to the SimpleCapture directory.
- Type msbuild SimpleCapture.sln.
Build the sample using Visual Studio (preferred method):
- Open Windows Explorer and navigate to the SimpleCapture directory.
- Double-click the icon for the SimpleCapture.sln file to open the file in Visual Studio.
- In the Build menu, select Build Solution. The application will be built in the default \Debug or \Release directory.
Run the sample
- Navigate to the directory that contains the new executable, using the command prompt or Windows Explorer.
- Type SimpleCapture.exe at the command line, or double-click the icon for SimpleCapture.exe to launch it from Windows Explorer.