Reply to thread

I have a no name capture card with a Conexant Fusion 878A chip. I installed the btPCI WDM-Driver for the device and it worked with graph edit. But I have problems to run with MediaPortal.


Here's the xml section I tried:


  <capturecard commercialname="Conexant test" capturename="Conexant's BtPCI Capture" devid="ven_109e&amp;dev_036e&amp;subsys_6607107d&amp;rev_11">

      <capabilities tv="true" radio="false" mpeg2="true" mce="false" sw="false" bda="false"></capabilities>

    <tv>

      <interface cat="videncoder" video="" audio="" mpeg2="0"></interface>

      <filters>

        <filter cat="crossbar" name="Conexant's BtPCI Crossbar" checkdevice="true"></filter>

        <filter cat="capture" name="Conexant's BtPCI Capture" checkdevice="true"></filter>

        <filter cat="videncoder" name="Video Renderer" checkdevice="false"></filter>

      </filters>

      <connections>

        <connection sourcefilter="crossbar" sourcepin="0" sinkfilter="capture" sinkpin="0"></connection>

        <connection sourcefilter="capture" sourcepin="0" sinkfilter="videncoder" sinkpin="0"></connection>

      </connections>

    </tv>

</capturecard>


MediaPortal configuration recognizes the card but says: Unable to create graph for this device!!


The card has only a composite in and no tv features.


May anyone help me?


Thanks,

BugStacker


Top Bottom