Spy & Log

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
 
* {{Contact Us}}
 
* {{Contact Us}}
  
The '''Spy & Log''' filter is a great tool for debugging your DirectShow application.
+
The '''Log object''' and '''Spy filter''' are the great tools for debugging your DirectShow application.
  
 
==Usage==
 
==Usage==

Revision as of 15:50, 20 March 2020

A DirectShow filter for logging the parameters of the DS graph.

Overview

The Log object and Spy filter are the great tools for debugging your DirectShow application.

Usage

1. Unzip Log.zip to some catalog.
2. Run register.bat. Please, set check box in "Make this copy..." - shown on Log_register.gif. Also - don't forget name of selected catalog for save log file.
3. Run your application or graph.
4. Zip the log file and send it to us or upload to our FTP.

Note: Only debug version of our filters will write the log file. Please make sure a debug version is registered.

You can find path to log file in next registry key:

   HKEY_CURRENT_USER\Software\_DSTLLOG

This key has subkey with path to log.dll. This subkey has parameter "Log" with value: path to log file.

Download

See Also

Personal tools