Hi !

Info to all, who have this problem:
Using Pinnacle DC10+ with TV or live picture from camera works, but
especially older cassettes have (heavy) sync problems.

edit /usr/src/linux/drivers/media/video/saa7110.c:
change all lines containing:
saa7110_write(decoder, 0x0D, 0x06);
or
saa7110_write(decoder, 0x0D, 0x07);

to:
saa7110_write(decoder, 0x0D, 0x86);
or
saa7110_write(decoder, 0x0D, 0x87);

And in definition of "initseq[]" change the only occurence of 0x06 to 0x86
(2nd line, 6th byte).

Be careful: Sometimes, there are blanks, sometimes not. Easiest is to
search for 0x0D. In my version (kernel 2.4.20 SuSE) there are 8 relevant
entries.

This switches on VCR mode instead of TV mode (called "sync enhanced" ?)

Maybe anyone knows what are disadvantages of leaving this hardcoded ?

I send patch against kernel 2.4.20SuSE if someone asks and tells me
preferred parameters.

for successful video cutting ;-)
Martin





-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to