Dvico DVB-T USB2
hi frodo
i mentioned to u the other day in irc about the incorrect name of the filter used for TV DVB capture on my dvico USB2. in CaptureCardDefinitions.XML.......i should have mentioned something else
the original settings used by Samuel337 were correct for the old 2.80 drivers
if people want to use the 3.0Beta drivers...(pretty much the same..but i prefer to use these) ....then the setting must be changed to :
could u change this again please and commit to CVS
hi frodo
i mentioned to u the other day in irc about the incorrect name of the filter used for TV DVB capture on my dvico USB2. in CaptureCardDefinitions.XML.......i should have mentioned something else
the original settings used by Samuel337 were correct for the old 2.80 drivers
if people want to use the 3.0Beta drivers...(pretty much the same..but i prefer to use these) ....then the setting must be changed to :
<capturecard commercialname="Dvico Fusion HDTV USB2" capturename="Bluebird, WDM TsCapture" devid="vid_0fe9&pid_db10">
<capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="true"></capabilities>
<tv>
<interface cat="capture" video="3" audio="4" mpeg2="1" sectionsandtables="2"></interface>
<filters>
<filter cat="networkprovider" name="Microsoft DVBT Network Provider" checkdevice="false"></filter>
<filter cat="tunerdevice" name="Bluebird, BDA Tuner" checkdevice="false"></filter>
<filter cat="capture" name="Bluebird, WDM TsCapture" checkdevice="false"></filter>
</filters>
<connections>
<connection sourcefilter="networkprovider" sourcepin="0" sinkfilter="tunerdevice" sinkpin="0"></connection>
<connection sourcefilter="tunerdevice" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection>
</connections>
</tv>
</capturecard>
could u change this again please and commit to CVS