Quoting gmurray <[EMAIL PROTECTED]>:
> > > What display program(s) are you intending to use, or be
> > > compatible with?
> >
> > All V4L clients i hope. Can you recommend any good
> > program? I have never used
> > any V4L client.
>
> For the testing of ISOC frames, and the test bit that is
> in webcamgo.c,- separate frames, clean frames - Is there
> may ant V4L client that handles that correctly?
These flags control how the driver converts the camera datastream
into sequence of frames. These flags do not affect V4L, and they
are not accessible by V4L calls.
I don't recall how this camera uses these flags, but the idea is
simple: each new frame can "inherit" the data of previous frame.
So if part of new frame (tail) is lost (ISOC transfers are theoretically
"unreliable") then the rest of the frame will be pulled out of the
previous frame. Similarly, one can clean the frame (fill it with
black color) before pouring data in, or the old data can be permitted
to stay. This affects performance somewhat and may cause flicker. It
makes sense only for debugging and development; otherwise one should
stay with defaults.
All flags are explained in Documentation/usb/ibmcam.txt
> I do not know of a simple V4L client, which is what I would prefer.
vidcat is probably as simple as it gets.
Dmitri
--
"Problem solving under linux has never been the circus
that it is under AIX."
(By Pete Ehlke in comp.unix.aix)
PGP signature