Re: [Gambas-user] webcam weirdness

2009-08-25 Thread Benoît Minisini
> Benoît Minisini wrote: > > Is it better if you use the latest revision? > > > > gb.v4l now uses the standard Video4Linux conversion library, so it should > > handle the specific format of your camera correctly. > > Is it save/possible to backport this to the stable version? > > Regards, > Ron_2nd

Re: [Gambas-user] webcam weirdness

2009-08-25 Thread Ron
Benoît Minisini wrote: >> > > Is it better if you use the latest revision? > > gb.v4l now uses the standard Video4Linux conversion library, so it should > handle the specific format of your camera correctly. > > Is it save/possible to backport this to the stable version? Regards, Ron_2n

Re: [Gambas-user] webcam weirdness

2009-08-25 Thread Steven James Drinnan
For which version 2 or 3? Steven On Tue, 2009-08-25 at 20:30 -0400, Dr. Diesel wrote: > 2009/8/25 Benoît Minisini > > > > Not sure what to include with this, please ask for additional info. > > > Attached is a pict of some webcam weirdness with no error messages > > > generated. Doesn't appear

Re: [Gambas-user] webcam weirdness

2009-08-25 Thread Dr. Diesel
2009/8/25 Benoît Minisini > > Not sure what to include with this, please ask for additional info. > > Attached is a pict of some webcam weirdness with no error messages > > generated. Doesn't appear to be a webcam issue as the image looks fine > > with Cheese Webcam Booth. > > > > This was taken

Re: [Gambas-user] webcam weirdness

2009-08-25 Thread Benoît Minisini
> Not sure what to include with this, please ask for additional info. > Attached is a pict of some webcam weirdness with no error messages > generated. Doesn't appear to be a webcam issue as the image looks fine > with Cheese Webcam Booth. > > This was taken with gambas v3 SVN as of yesterday runn

Re: [Gambas-user] webcam weirdness

2009-08-25 Thread Benoît Minisini
> > Not sure what to include with this, please ask for additional info. > > Attached is a pict of some webcam weirdness with no error messages > > generated. Doesn't appear to be a webcam issue as the image looks fine > > with Cheese Webcam Booth. > > > > This was taken with gambas v3 SVN as of ye

Re: [Gambas-user] webcam weirdness

2009-08-25 Thread Ron_1st
On Tuesday 25 August 2009, Jean-Yves F. Barbier wrote: > Ron_1st a écrit : > ... > > The pwc driver returns a v4l2 installation. > > The gb.v4l component can't handle v4l2 complet/correct but only v4l1 ATM > > normally no: ie: camstream uses the v4L1 compatibility mode that I compiled > into my k

Re: [Gambas-user] webcam weirdness

2009-08-24 Thread Jean-Yves F. Barbier
Steven James Drinnan a écrit : > Try > > for 32bit systems > > LD_PRELOAD='/usr/lib/libv4l/v4l1compat.so' gambas2 > YES Steven, that's working :) JY -- A woman was in love with fourteen soldiers. It was clearly platoonic.

Re: [Gambas-user] webcam weirdness

2009-08-24 Thread Steven James Drinnan
Try for 32bit systems LD_PRELOAD='/usr/lib/libv4l/v4l1compat.so' gambas2 for 64bit systems LD_PRELOAD='/usr/lib64/libv4l/v4l1compat.so' gambas2 You can do the same for any application that you make with gambas. Steven Drinnan On Tue, 2009-08-25 at 02:05 +0200, Jean-Yves F. Barbier wrote:

Re: [Gambas-user] webcam weirdness

2009-08-24 Thread Jean-Yves F. Barbier
Ron_1st a écrit : ... > The pwc driver returns a v4l2 installation. > The gb.v4l component can't handle v4l2 complet/correct but only v4l1 ATM normally no: ie: camstream uses the v4L1 compatibility mode that I compiled into my kernel (but may be the program spcifically "ask" for that mode, which

Re: [Gambas-user] webcam weirdness

2009-08-24 Thread Ron_1st
On Tuesday 25 August 2009, Jean-Yves F. Barbier wrote: > Dr. Diesel a écrit : > > Not sure what to include with this, please ask for additional info. > > Attached is a pict of some webcam weirdness with no error messages > > generated. Doesn't appear to be a webcam issue as the image looks fine wi

Re: [Gambas-user] webcam weirdness

2009-08-24 Thread Jean-Yves F. Barbier
Dr. Diesel a écrit : > Not sure what to include with this, please ask for additional info. > Attached is a pict of some webcam weirdness with no error messages > generated. Doesn't appear to be a webcam issue as the image looks fine with > Cheese Webcam Booth. > > This was taken with gambas v3 SV

Re: [Gambas-user] webcam weirdness

2009-08-24 Thread Benoît Minisini
> Not sure what to include with this, please ask for additional info. > Attached is a pict of some webcam weirdness with no error messages > generated. Doesn't appear to be a webcam issue as the image looks fine > with Cheese Webcam Booth. > > This was taken with gambas v3 SVN as of yesterday runn