On Tue, Mar 07, 2006 at 10:00:34PM +0100, Damien Sandras wrote: > Hi, > > Le mardi 07 mars 2006 à 10:17 +0100, Andreas Fromm a écrit : > > Hi, > > > > I just compiled ekiga (beta2) and set everything up. Until know it seems > > to be working all right. I could make a call to [EMAIL PROTECTED] and got > > back everything. The only thing I'm not getting all right is that I just > > get I fraction of the image my Webcam takes. I see an image that is > > something like a quarter of the image I get when I use xawtv or the old > > gnomemeeting. At least it seems to be a frame at the center of the > > image, but I would like to have the complete image. I'm using the v4l > > driver, because the driver for my webcam (quickcam) seems not to work > > with v4l2. > > > > Are you sure that you have the full image with the old gnomemeeting if > you run it now? >
It's a known bug. Ekiga doesn't resize all supported format (RGB, YUV420P, YUYV, UYVY, ...) but crop someone (YUYV, UYVY, ...). So you don't have the full image but a part of the image (just center you face in the top left of the image). Sometime, the crop is done by the driver (like the spca5xx). I think in the old gnomemeeting you have the already this "feature". It's very long to write good resizing code, because you need to test it with some material (picture from the webcam), and don't try to takes a lot of times to do the job. Else we can convert all image into YUV420P, and resize the YUV420P but it's not efficient (memory & cpu). I'll implement some resizing capability but i'm not sure that your webcam will be supported in the next batch. Luc _______________________________________________ GnomeMeeting-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnomemeeting-list
