On Thursday 16 November 2006 20:44, Han Holl wrote:
>
> Of these, 0 and 1 and 6 and 7 work like a charm. 0 and 1 are the
> same, as are 6 and 7.
> 2,3,4 and 5 have no image (wich is unsurprising because I don't have
> a Composite input -- I presume it's the small connector with the
> yellow inside on the card ?). I don't have any apparatus that
> provides a composite signal (as far as I know), nor do I have a
> cable.
>
> > > > 3) when capturing from S-Video with ivtv-0.8.0 run v4l2-ctl
> > > > --log-status and post the output from that command.
>
> Anything else I can do?

Of course! Edit ivtv-cards.c, look for the Hauppauge pvr150 card 
definition (search for 'ivtv_card_pvr150'). Now change this:

.video_inputs = {
        { IVTV_CARD_INPUT_VID_TUNER,  0, CX25840_COMPOSITE7 },
        { IVTV_CARD_INPUT_SVIDEO1,    1, CX25840_SVIDEO1    },

to this:

.video_inputs = {
        { IVTV_CARD_INPUT_VID_TUNER,  0, CX25840_COMPOSITE7 },
        { IVTV_CARD_INPUT_SVIDEO1,    1, 
                CX25840_SVIDEO_LUMA1 | CX25840_SVIDEO_CHROMA4    },

Compile, install, etc. and test with input 1 (v4l2-ctl -i1). See if you 
get color. Now also do the same test with CX25840_SVIDEO_CHROMA5, 6, 7 
and 8.

Let me know what, if anything, works.

        Hans

_______________________________________________
ivtv-devel mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-devel

Reply via email to