Linux loses the Philips webcam driver
Posted Aug 27, 2004 17:15 UTC (Fri) by
iabervon (subscriber, #722)
Parent article:
Linux loses the Philips webcam driver
It seems to me like the generally accepted way to arrange this is to have the driver support a mode where it sends the data compressed in the weird way, and have a userspace binary-only program or library decompress it. It's not the problem of the open source driver or the kernel if the data that a device produces is in some weird proprietary format, if that's what the hardware actually does. For that matter, userspace might want to do something with the data still in that format; I could imagine streaming the data, still encoded, to a different machine (from your desktop machine to your web server?). If the compression is actually worthwhile, you might as well leave it compressed that way in transit.
Ironically, this position was recently expressed by Alan Cox in an unrelated thread about using floating point in the kernel.
(
Log in to post comments)