Microsoft DirectX 9.0

PlayCap Sample

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\C++\DirectShow\Capture\PlayCap

Executable: (SDK root)\Samples\C++\DirectShow\Bin\PlayCap.exe

See Also