Re: Termination of the Philips Webcam Driver (pwc)
From: Marek Habersack (grendel_at_caudium.net)
Date: 08/28/04
- Previous message: Geert Uytterhoeven: "Re: Termination of the Philips Webcam Driver (pwc)"
- In reply to: Nemosoft Unv.: "Re: Termination of the Philips Webcam Driver (pwc)"
- Next in thread: Dmitry Torokhov: "Re: Termination of the Philips Webcam Driver (pwc)"
- Reply: Dmitry Torokhov: "Re: Termination of the Philips Webcam Driver (pwc)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 28 Aug 2004 00:49:37 +0200 To: "Nemosoft Unv." <webcam@smcc.demon.nl>
On Fri, Aug 27, 2004 at 11:42:30PM +0200, Nemosoft Unv. scribbled:
[snip]
> > So I'd personally much prefer the user mode approach. At that point it's
> > still closed-source, but at least there is not even a whiff of a "hook"
> > inside the kernel.
>
> My problem with that is that it makes using such cams a lot harder for both
> users and developers of webcam tools. Basicly, every tool that wanted to
> use webcam X that has some binary-only library would need to specifically
> support it, use probing routines, check which formats are supported, set up
> the decompressor, push the data through it, etc. Conversely, every user
> that wanted to use webcams X, Y and Z would need to check first if they are
> all supported by the program(s) he would like to use.
Forgive me if I'm talking bull***, but wouldn't it be possible for you to
route the stream through a device with an entry in /dev/ which would be
opened by a userspace daemon which would take the stream from the in-kernel
pwc driver, apply all the codec magic to it, and then give it back to the
driver in the kernel so that the application that grabs the frames would get
the processed data? That way you would need only one userlevel daemon to
support the codecs and all the other apps would just read the data from the
framebuffer.
regards,
marek
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- application/pgp-signature attachment: Digital signature
- Previous message: Geert Uytterhoeven: "Re: Termination of the Philips Webcam Driver (pwc)"
- In reply to: Nemosoft Unv.: "Re: Termination of the Philips Webcam Driver (pwc)"
- Next in thread: Dmitry Torokhov: "Re: Termination of the Philips Webcam Driver (pwc)"
- Reply: Dmitry Torokhov: "Re: Termination of the Philips Webcam Driver (pwc)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]