Spy Filter
Line 18: | Line 18: | ||
==Features== | ==Features== | ||
− | Writes to the log file (with Log Object): | + | Writes to the log file (with {{Log Object: Download}}): |
* Connection and allocator parameters | * Connection and allocator parameters | ||
* Graph structure | * Graph structure |
Revision as of 10:57, 10 April 2023
This page is a copy of the original page on the AVObjects' web site and can also be viewed here.
DirectShow filter for tracing (together with the log object) connections, positioning, data flow, etc, to save input Direct Show samples to file(s).
Overview
The Spy filter is great tool for debugging your DirectShow application.
Features
Writes to the log file (with Download Log Object):
- Connection and allocator parameters
- Graph structure
- Input DirectShow samples
- Seeking (IMediaSeeking), flushing, NewSegment, EndOfStream, etc.
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.
Related Products
- Log Object - Log object for logging the parameters of the DS graph.
- Video Generator - DirectShow filter for generating a video stream with the necessary parameters, for creating video frames for checking chroma key, for outputting an audio stream synchronized with video, and much more.
Downloads
- Download Spy Filter