Re: [Wengophone-devel] V4L webcam support in NG and classic

2006-07-10 Thread Vadim Lebedev
2006 18:07 : Vadim Lebedev Cc: wengophone-devel Objet: Re: [Wengophone-devel] V4L webcam support in NG and classic The code for managing the webcam on linux is based on an older version of Classic. The Classic algorithm has then be changed to use timers which is a better approach. This code should

[Wengophone-devel] V4L webcam support in NG and classic

2006-07-07 Thread Matthias Schneider
Hi all, comparing the V4L implementation of Wengophone classic (libs/webcam/src/v4l-driver/WebcamV4l.cpp) and NG (libs/webcam/src/v4l/V4LWebcamDriver.cpp) I noticed a completely different architecture. While classic makes use of a timer in order to trigger the capturing of a frame, the NG

Re: [Wengophone-devel] V4L webcam support in NG and classic

2006-07-07 Thread emmanuel . buu
This is indeed a very intersting question for all those intersted by high quality video Selon Matthias Schneider [EMAIL PROTECTED]: Hi all, comparing the V4L implementation of Wengophone classic (libs/webcam/src/v4l-driver/WebcamV4l.cpp) and NG (libs/webcam/src/v4l/V4LWebcamDriver.cpp) I

Re: [Wengophone-devel] V4L webcam support in NG and classic

2006-07-07 Thread Vadim Lebedev
David Ferlier wrote: Hi, I wrote libtimer and libwebcam (along with mstute) for Classic. The timer idea was ok and working great in most cases, but it highly depended on the timer implementation we chose for each operating system. On win32 there's timeSetEvent() which i believe uses kernel