[Kwintv] Comments on latest qtvision

George Staikos kwintv@mail.kde.org
Thu, 24 Oct 2002 16:40:37 -0400


On Thursday October 24 2002 15:39, Rizsanyi Zsolt wrote:
> >   I wish I could see this with my own eyes :)
>
> Maybe you should implement snapshot functionality :)
>
> Hmm. Maybe its PAL specific. Are you able to try PAL?

   I'm getting very close to having snapshots.  I am actually thinking that 
maybe it is LCD related though.  Do you use an LCD display?

   And no I don't have PAL here.  If someone wants to send me a PAL capable 
DVD player and some PAL dvds I would gladly test PAL too though. :-)

> > > #10 0x41f919c4 in V4LImage::~V4LImage (this=0x81e99c0, __in_chrg=2)
> > >     at v4limage.cpp:39
> > > #11 0x41f7ffe6 in V4LGrabber::~V4LGrabber (this=0x81e96b8, __in_chrg=3)
> > >     at qtvision_v4l.cpp:113
> >
> >    I forgot to check if I was the owner here.  Oops. :)
>
> Ok. It fixed it.

   Great!

> But here is a wish: It would be nice if we could change from xvideo to v4l
> on the fly (meaning without restarting qtvision, just by selecting Change
> Source). It is possible to change to xvideo from v4l, but the v4l source
> only shows up if only that plugin is on, and only on startup.

   There is a bit of a snag here, and I think it's not really necessary to 
work around:

   When you open a device with one plugin or the other, it remains open and 
locked.  Thus when we re-probe, we find that the old device is no longer 
available.  We can't assume that it still is because it might have been 
physically removed from the system.  If we close the old device every time 
the change source dialog is opened, I suspect people will become rather 
annoyed.  It's a lose-lose situation in my eyes.

   The real question is, why would anyone want to use the same v4l device from 
both v4l-direct and v4l-xv-bridge?  This is more for development purposes.  
After that, the device will be either v4l or Xv, but not both.

-- 

George Staikos