Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
2.0 KiB

  1. Readme.txt for BT848
  2. Description:
  3. ------------
  4. BT848 is a sample WDM stream class Capture driver which supports the
  5. BT848 and BT878 video digitizer chips from Brooktree. It manifests
  6. itself in a DShow graph as two filters, "BT848 Capture", and "BT848 Crossbar".
  7. This is a fairly complex driver, in that it supports an input stream
  8. representing analog video, and three capture streams for video, preview, and
  9. VBI data.
  10. Installation:
  11. -------------
  12. Use the file "BT848.inf" to install this device.
  13. Testing:
  14. --------
  15. 1. WebTV for Windows
  16. - Install a Brooktree BT848 evaluation card.
  17. - Install WebTV for Windows
  18. StartMenu.Settings.ControlPanel.Add/Remove Programs.WindowsSetup.
  19. WebTV for Windows
  20. - Click the TV icon in the tray, and watch TV
  21. 2. GraphEdt.exe
  22. - Make sure you're using a version of DShow 5.2 or better
  23. GraphEdt.exe. This is needed to support new PnP features.
  24. - Graph.InsertFilters
  25. "WDM Streaming Capture Devices"
  26. "BT848 Capture"
  27. "WDM Streaming Crossbar Devices"
  28. "BT848 Crossbar"
  29. "WDM Streaming TvTuner Devices"
  30. "BT848 TvTuner"
  31. - Connect up the graph by rendering the output pins on the TvTuner
  32. - Graph.Play
  33. - Right Click on TvTuner filter to change the TV channel
  34. - Right Click on Crossbar filter to change the input selection.
  35. - Right Click on Capture filter to change capture filter properties
  36. 3. AMCap.exe
  37. This capture application is provided in the DShow SDK, and does all of
  38. the graph building automatically for both WDM and VFW capture filters.
  39. Other stuff:
  40. ------------
  41. - To test VBI capture operation, use VBIScope.ax. This DShow filter
  42. gives a graphical display of any two selected VBI lines and provides
  43. precise timing information.
  44. - This driver is still in progress as of 4/27/98, and should not be considered
  45. final.