Microsoft DirectX 8.1 (C++) |
Description
Simple capture application.
This application creates a preview window for the first video capture device that it locates on the user's system (if any). It demonstrates a simple example of using the ICaptureGraphBuilder2 and ICreateDevEnum interfaces to build a capture graph.
For a sample capture application that supports more features, see AmCap Sample.
Path
Source: (SDK root)\Samples\Multimedia\DirectShow\Capture\PlayCap
Executable: (SDK root)\Samples\Multimedia\DirectShow\Bin\PlayCap.exe
See Also