Spy & Log
(31 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | Log object and Spy filter for logging the parameters of the DS graph. | |
==Overview== | ==Overview== | ||
Line 5: | Line 5: | ||
* {{Contact Us}} | * {{Contact Us}} | ||
− | The ''' | + | The '''Log object''' and '''Spy filter''' are great tools for debugging your DirectShow application. |
==Usage== | ==Usage== | ||
− | 1. | + | '''Log object''' |
+ | |||
+ | 1. Download [http://rm.avobjects.com/downloads/133 Log Object] and unzip log_object.<version>.zip to some catalog.<br> | ||
2. Run register.bat. <b>Please, set check box in "Make this copy..." - shown on Log_register.gif.</b> Also - don't forget name of selected catalog for save log file.<br> | 2. Run register.bat. <b>Please, set check box in "Make this copy..." - shown on Log_register.gif.</b> Also - don't forget name of selected catalog for save log file.<br> | ||
3. Run your application or graph.<br> | 3. Run your application or graph.<br> | ||
− | 4. Zip the log file and send it to us or upload to our [[ | + | 4. Zip the log file and send it to us or upload to our [[AVObjects FTP|FTP]]. |
− | + | Notes:<br> | |
+ | - Only debug version of our filters will write the log file. Please make sure a debug version is registered.<br> | ||
+ | - Please remember to unregister the log object after use. Log files can be VERY large (up to hundreds of GB) if the option “Add new log to the end of the old file” is selected (default option).<br> | ||
− | You can find path to log | + | You can find the path to the 32-bit log object in the following registry key: |
HKEY_CURRENT_USER\Software\_DSTLLOG | HKEY_CURRENT_USER\Software\_DSTLLOG | ||
− | + | and to the 64-bit: | |
− | + | HKEY_CURRENT_USER\Software\_DSTLLOG64 | |
− | + | These keys have subkeys with paths to log32.dll and log64.dll. Also, these subkeys have a "Log" parameter with the value: path to the log file and other parameters. | |
− | + | ||
+ | '''Spy filter''' | ||
+ | |||
+ | DirectShow filter to check connection properties, track interface calls and get information about DirectShow media samples.<br> | ||
+ | 1. Download and install [http://rm.avobjects.com/downloads/130 Spy Filter].<br> | ||
+ | 2. Insert Spy filter into the DirectShow graph between the filters of interest (connect the input and output pins).<br> | ||
+ | 3. Run, stop and close DirectShow graph.<br> | ||
+ | 4. Check the log file created by Spy filter with the Log object. | ||
+ | |||
+ | ==Downloads== | ||
+ | |||
+ | * Download [http://rm.avobjects.com/downloads/133 Log Object] | ||
+ | * Download [http://rm.avobjects.com/downloads/130 Spy Filter] | ||
==See Also== | ==See Also== | ||
* [[Problem Description Guidelines]] | * [[Problem Description Guidelines]] | ||
− | * [[ | + | * [[AVObjects FTP]] |
− | {{ | + | * {{Contact Us}} |
− | |||
− | |||
__NOTOC__ | __NOTOC__ |
Latest revision as of 18:43, 24 November 2022
Log object and Spy filter for logging the parameters of the DS graph.
Overview
The Log object and Spy filter are great tools for debugging your DirectShow application.
Usage
Log object
1. Download Log Object and unzip log_object.<version>.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.
Notes:
- Only debug version of our filters will write the log file. Please make sure a debug version is registered.
- Please remember to unregister the log object after use. Log files can be VERY large (up to hundreds of GB) if the option “Add new log to the end of the old file” is selected (default option).
You can find the path to the 32-bit log object in the following registry key:
HKEY_CURRENT_USER\Software\_DSTLLOG
and to the 64-bit:
HKEY_CURRENT_USER\Software\_DSTLLOG64
These keys have subkeys with paths to log32.dll and log64.dll. Also, these subkeys have a "Log" parameter with the value: path to the log file and other parameters.
Spy filter
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 Log Object
- Download Spy Filter
See Also