22 Mar 2002 00:43
Re: [V4L] Re: fbtv from an xterm
Brian J. Murrell <v4l <at> interlinx.bc.ca>
2002-03-21 23:43:45 GMT
2002-03-21 23:43:45 GMT
On Thu, Mar 21, 2002 at 11:03:48PM +0000, Gerd Knorr wrote: > > fbtv expects the tty being really a linux console and this is needed for > console switch handling (i.e. turn off the video if you switch to > another vt, ...). Understood, and a great feature if the console is interactive. But this is a "set-top" type of box. No monitor (other than the TV) and no keyboard. Could a switch be added to support a "not-using-console" mode? Maybe I will take a look into this when I find a moment. > Why don't you setup X11 multiheaded and run xawtv on the second screen? Yuck. I am trying to avoid X. First of all, there is no way to get BES enabled TV-Out on the G400 with X and I really don't want the overhead of an X server. > I'd expect that works better. Yes, even fbtv wants to be able to call v4l-conf which wants access to the X server. b. -- -- Brian J. Murrell
One solution is to provide a common
> library for applications to use in user space to provide the requested
> video manipulations i.e. make the library easy to incorporate and hope most
> applications make use of it.
Here's the arguments that I think are getting lost in the discussion:
1) A "correct" v4l application is supposed to be able to decode 18 different
color space encodings. I know of no v4l app that is "correct". A library
which can convert all 18 color spaces to one (RGB) or two (RGB, YUV) formats
would be of value.
2) There are some adjustments that a driver writer knows needs to be done
with images from their device in order to get a good image, but cannot do it
in kernel space and have no way of communicating this information to an
application.
I keep using gamma for #2 because that is something that cannot be done in
the general case in the kernel without resorting assembly language because
there is no available pow() function. (maybe I'm a lightweight because I
don't know how to do a simple integer math polynomial approximation of X^Y)
> Is a possible solution to in effect use a V4L dummy driver, which redirects
See this page if you don't believe that will happen:
RSS Feed