VBI Scope (VBIScope.ax)

VBIScope.ax is a Direct Show filter which creates an oscilloscope type display of Vertical Blanking Interval (VBI) data.

Description

VBI Scope is a Direct Show filter which displays two lines of raw VBI sample data from a WDM capture driver in realtime.  The controls are very similar to a traditional oscilloscope, and a typical display looks like:

vbiscope

The display above shows field 2 of line 20 on the upper display (a colorbar for video system calibration), while the bottom display shows closed caption data from field1 of line 21.

The "VBI Line" control lets you select which VBI line to display.  "F1" and "F2" let you select field 1, field 2, or both fields.

Under "Timebase", you can control the zoom factor expressed as microseconds per division, and the scroll bar along the bottom changes the starting point of the display in microseconds.  In the display above, roughly 53 microseconds of VBI data has been captured per line, and the display shows 0 to 60 microseconds horizontally.

Under "Format":
  "BPL": is bytes of raw sampled data per line
  "Str": is stride per line expressed in bytes
  "28.636363" is the frequency of the sampled data expressed in MHz.
  "NTSC M": shows the video standard in use

Download

Binary: VBIScope.ax
Source: VBIScope.zip

Installation

Copy vbiscope.ax to your system directory
"regsvr32 vbiscope.ax"

Usage

In graphedt, insert "VBI Scope".  Here is a sample graph showing how to hook it up.  

DDK References

  • KS_VBIINFOHEADER
  • KS_DATAFORMAT_VBIINFOHEADER
  • KS_DATARANGE_VIDEO_VBI
  • KS_VBI_FRAME_INFO

Direct Show

Show Clock filter which displays the stream time of a graph

Stream Scope filter which displays the metadata contents of  Media Samples for a given stream

VBI Scope filter which displays an oscilloscope view of a VBI stream

WDM Capture

jayboMeltdown.ppt WinHEC 98 presentation on WDM video capture.

Capture graph building How to build WDM video capture graphs

KSProxy  filter which hosts WDM capture drivers in Direct Show graphs

TVTuner filter which host a WDM driver to tune television signals

TVAudio filter which hosts a WDM driver to control TV audio decoding

Crossbar filter which hosts a WDM driver to route video and audio signals

VFW Capture

Video for Windows the original Windows video capture model

VFW WDM Mapper bridging the old and new