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