Spy Filter
From AVObjects Knowledge Base
(Difference between revisions)
AVV (Talk | contribs)
(Created page with "Spy filter for logging the parameters of the DS graph. ==Overview== * {{Contact Us}} The '''Spy filter''' is great tool for debugging your DirectShow application. ==Usage=...")
Newer edit →
(Created page with "Spy filter for logging the parameters of the DS graph. ==Overview== * {{Contact Us}} The '''Spy filter''' is great tool for debugging your DirectShow application. ==Usage=...")
Newer edit →
Revision as of 16:18, 24 November 2022
Spy filter for logging the parameters of the DS graph.
Overview
The Spy filter is great tool for debugging your DirectShow application.
Usage
DirectShow filter to check connection properties, track interface calls and get information about DirectShow media samples.
1. Download and install Spy Filter.
2. Insert Spy filter into the DirectShow graph between the filters of interest (connect the input and output pins).
3. Run, stop and close DirectShow graph.
4. Check the log file created by Spy filter with the Log object.
Downloads
- Download Spy Filter