Re: [Gambas-user] v4l - can not open device -solved

2009-06-19 Thread Benoît Minisini
> Had another look, looks like /dev/video is no longer created in v4l so > the default now is /dev/video0. > > I know you did not make this component. But does need to be updated to > recognize v4l2 which is now the default in most major distributions. > > Many thanks for your patience. > > Steven

Re: [Gambas-user] v4l - can not open device -solved

2009-06-18 Thread Steven James Drinnan
Had another look, looks like /dev/video is no longer created in v4l so the default now is /dev/video0. I know you did not make this component. But does need to be updated to recognize v4l2 which is now the default in most major distributions. Many thanks for your patience. Steven On Fri, 2009-0

Re: [Gambas-user] v4l - can not open device

2009-06-18 Thread Benoît Minisini
> Have you have had a chance to check it out? > I have no webcam, nor any v4l device, and I didn't make the component, so it is hard for me to help you... Try to open the device with an OPEN "" FOR READ WRITE instruction to see if you get a more detailed error message. Regards, -- Benoît

Re: [Gambas-user] v4l - can not open device

2009-06-18 Thread Steven James Drinnan
Have you have had a chance to check it out? On Mon, 2009-06-15 at 10:22 +0800, Steven James Drinnan wrote: > Hi Benoit, > > Can you look at this. > > I just upgraded to Fedora 11 x86_64 > > But when I come to test my programs with the v4l component now fails. > > I resolved this in the past b