public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] webcam sensor module
@ 2008-07-19  8:08 Thierry Merle
  2008-07-19  9:21 ` Hans de Goede
  0 siblings, 1 reply; 2+ messages in thread
From: Thierry Merle @ 2008-07-19  8:08 UTC (permalink / raw)
  To: Linux and Kernel Video, Jean-Francois Moine, Hans de Goede

Hello all,
While analyzing the w9968cf v4l1 module, I saw that my webcam commands a OV7620 sensor. This sensor has a specific module: ovcamchip (v4l1).
My webcam is a Creative Webcam Go Plus.

In gspca, the zc3xx driver addresses the same sensor, but in only one module containing USB bridge controls and sensor controls.

My question is: why gspca does not use the same infrastructure? I mean 1 module for the USB bridge (like w9968cf) and 1 module for the sensor (like ovcamchip).
My first thought was to re-write w9968cf in the gspca frame but I wanted to keep this modular way of life.

>From a high-level point of view it is similar to analog TV tuners: we have a modular separation between USB bridges (like usbvision) and video decoders (like saa7115).

During my vacation I will analyse a bit further if the gspca infrastructure can be improved to integrate the modular sensor model since it can save some code.

The final aim is to make the w9968cf compatible with the v4l2 decompression library (v4l2-apps/lib/libv4l) that requires that the driver shall be v4l2 compliant.

Cheers,
Thierry

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-19  9:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-19  8:08 [RFC] webcam sensor module Thierry Merle
2008-07-19  9:21 ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox