Source code of Windows XP (NT5)
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.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
audio.h Add source files 4 years ago
bt848.rc Add source files 4 years ago
bt848api.cpp Add source files 4 years ago
bt848api.h Add source files 4 years ago
bti2c.h Add source files 4 years ago
capdebug.h Add source files 4 years ago
capmain.c Add source files 4 years ago
capmain.h Add source files 4 years ago
capprop.c Add source files 4 years ago
capprop.h Add source files 4 years ago
capstrm.h Add source files 4 years ago
capvideo.c Add source files 4 years ago
chanifac.h Add source files 4 years ago
colfrmat.h Add source files 4 years ago
colspace.cpp Add source files 4 years ago
colspace.h Add source files 4 years ago
command.cpp Add source files 4 years ago
command.h Add source files 4 years ago
compreg.cpp Add source files 4 years ago
compreg.h Add source files 4 years ago
constr.h Add source files 4 years ago
dcdrvals.h Add source files 4 years ago
declare.h Add source files 4 years ago
decoder.cpp Add source files 4 years ago
decoder.h Add source files 4 years ago
defaults.h Add source files 4 years ago
device.cpp Add source files 4 years ago
device.h Add source files 4 years ago
distr.cpp Add source files 4 years ago
field.h Add source files 4 years ago
fourcc.h Add source files 4 years ago
gpio.cpp Add source files 4 years ago
gpio.h Add source files 4 years ago
gpiotype.h Add source files 4 years ago
i2c.cpp Add source files 4 years ago
i2cerr.h Add source files 4 years ago
makefile Add source files 4 years ago
mediums.h Add source files 4 years ago
mytypes.h Add source files 4 years ago
ourcrt.cpp Add source files 4 years ago
physaddr.h Add source files 4 years ago
pisces.cpp Add source files 4 years ago
pisces.h Add source files 4 years ago
preg.h Add source files 4 years ago
pscolspc.cpp Add source files 4 years ago
pscolspc.h Add source files 4 years ago
pspagebl.h Add source files 4 years ago
queue.h Add source files 4 years ago
readme.txt Add source files 4 years ago
regbase.h Add source files 4 years ago
regfield.cpp Add source files 4 years ago
regfield.h Add source files 4 years ago
register.cpp Add source files 4 years ago
register.h Add source files 4 years ago
registry.cpp Add source files 4 years ago
retcode.h Add source files 4 years ago
rgb16fmt.h Add source files 4 years ago
rgb24fmt.h Add source files 4 years ago
risceng.cpp Add source files 4 years ago
risceng.h Add source files 4 years ago
riscmem.cpp Add source files 4 years ago
riscprog.cpp Add source files 4 years ago
riscprog.h Add source files 4 years ago
s_constr.h Add source files 4 years ago
s_declar.h Add source files 4 years ago
scaler.cpp Add source files 4 years ago
scaler.h Add source files 4 years ago
sources Add source files 4 years ago
tuner.cpp Add source files 4 years ago
tuner.h Add source files 4 years ago
vbifmt.h Add source files 4 years ago
vidch.cpp Add source files 4 years ago
vidch.h Add source files 4 years ago
vidchifc.h Add source files 4 years ago
viddefs.h Add source files 4 years ago
xbar.h Add source files 4 years ago
yuvfmt.h Add source files 4 years ago

readme.txt

Readme.txt for BT848


Description:
------------

BT848 is a sample WDM stream class Capture driver which supports the
BT848 and BT878 video digitizer chips from Brooktree. It manifests
itself in a DShow graph as two filters, "BT848 Capture", and "BT848 Crossbar".

This is a fairly complex driver, in that it supports an input stream
representing analog video, and three capture streams for video, preview, and
VBI data.


Installation:
-------------

Use the file "BT848.inf" to install this device.

Testing:
--------

1. WebTV for Windows

- Install a Brooktree BT848 evaluation card.
- Install WebTV for Windows
StartMenu.Settings.ControlPanel.Add/Remove Programs.WindowsSetup.
WebTV for Windows
- Click the TV icon in the tray, and watch TV


2. GraphEdt.exe

- Make sure you're using a version of DShow 5.2 or better
GraphEdt.exe. This is needed to support new PnP features.
- Graph.InsertFilters
"WDM Streaming Capture Devices"
"BT848 Capture"
"WDM Streaming Crossbar Devices"
"BT848 Crossbar"
"WDM Streaming TvTuner Devices"
"BT848 TvTuner"
- Connect up the graph by rendering the output pins on the TvTuner
- Graph.Play
- Right Click on TvTuner filter to change the TV channel
- Right Click on Crossbar filter to change the input selection.
- Right Click on Capture filter to change capture filter properties


3. AMCap.exe

This capture application is provided in the DShow SDK, and does all of
the graph building automatically for both WDM and VFW capture filters.


Other stuff:
------------

- To test VBI capture operation, use VBIScope.ax. This DShow filter
gives a graphical display of any two selected VBI lines and provides
precise timing information.

- This driver is still in progress as of 4/27/98, and should not be considered
final.