Hello, I have developed a patch for UVC support in Kopete. It can be found at http://www.alexandredenis.net/software/kopete-uvc/ It is not included in Kopete SVN because it triggers some nasty bugs on some systems, due to existing buffer overflows elsewhere in AV code in Kopete. I have currently not enough time to fix this stuff in Kopete.
> > Hey! > > I recommend you to help Taupter fix the problems with your cam > > (which i can confirm probably - do you have this zoom-effect, too? > > compare with > > yes, zoom effect This is not zoom but wrong picture size. In YUYV mode, the webcam may provide a smaller picture as requested, for USB bandwidth reason (you're on USB 1.1, right?). You need MJPEG mode to get the full picture size. My patch adds MJPEG support. > and rare colors (saturation or something is wrong) Indeed, there is a problem in the color space conversion. The color is corrected with my patch. However, I am not sure it doesn't break anything for other (non-UVC) webcams. -a. _______________________________________________ kopete-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kopete-devel
