Gspca: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(more tweaks to the dev. history)
(some more reworking)
Line 30: Line 30:
[[gspca_zc3xx]].
[[gspca_zc3xx]].


'''Development History'''<br>
==Development History==
gspca has an interesting development history, having evolved quite a bit along its way. It originally began as a driver project to support webcams based upon the [http://sourceforge.net/projects/spca50x/ Sunplus spca50x chipset]. After about its v0.3 release, the project became the [http://mxhaard.free.fr/ spca5xx driver], which was essentially an expansion of reverse engineering efforts to include support for an even larger range of webcam bridge chipsets (such as from Sonix, Transvision, Z-star/Vimicro, Conexant, Etoms), and, hence, webcam devices. In mid-2006, after the v0.6 release, the driver name was rebranded and set as "gspca" version 1. [http://mxhaard.free.fr/news.html]


gspca has an interesting development history, having evolved quite a bit along its way. It originally began as a driver project to support webcams based upon the [http://sourceforge.net/projects/spca50x/ Sunplus spca50x chipset]. After about its v0.3 release, the project became the [http://mxhaard.free.fr/ spca5xx driver], which was essentially an expansion of reverse engineering efforts to include support for an even larger range of webcam bridge chipsets (such as from Sonix, Transvision, Z-star/Vimicro, Conexant, Etoms), and, hence, webcam devices. In mid-2006, after the v0.6 release, the driver name was rebranded and set as "gspca" version 1; the name, while still reflecting its Sunplus heritage, was now meant to stand for "Generic Software Package for Camera Adapters". [http://mxhaard.free.fr/news.html] This gspca v1 driver was still compliant to the old V4L 1 API spec, and was viewed as transitory until it was rewritten to support the V4L2 API. The gspca framework was indeed reworked, and the resultant version 2 of the driver became integrated into the 2.6.27 kernel and remains actively developed [http://moinejf.free.fr/].
The new "gspca" driver name, while still reflecting its development heritage ("spca"), was now meant to stand for "Generic Software Package for Camera Adapters" (see the "Readme and Install" file from the old [http://mxhaard.free.fr/download.html gspca v1 source download]). In addition, still being compliant to the old V4L 1 API spec, the gspca v1 driver was viewed as transitory until [[V4L2 API]] support could be provided.

The gspca framework was indeed reworked, and the resultant version 2 of the driver became integrated into the 2.6.27 kernel and remains actively developed [http://moinejf.free.fr/].

==Also See==
* [[Webcam Devices]]


[[Category:Drivers]]
[[Category:Drivers]]

Revision as of 20:56, 28 January 2012

gspca is a kernel driver module intended as a major effort to support many different bridge interface chipsets used in pre UVC webcams, which, taken collectively, are known as gspca devices.

It is more accurate to describe gspca as a driver framework which consists of a core driver module (gspca_main) and several sub-drivers, which extend support to a large range of different webcams: gspca_conex, gspca_etoms, gspca_finepix, gspca_m5602, gspca_mars, gspca_mr97310a, gspca_ov519, gspca_ov534, gspca_pac207, gspca_pac7311, gspca_sn9c20x, gspca_sonixb, gspca_sonixj, gspca_spca500, gspca_spca501, gspca_spca505, gspca_spca506, gspca_spca508, gspca_spca561, gspca_stk014, gspca_stv06xx, gspca_sunplus, gspca_t613, gspca_tv8532, gspca_vc032x, gspca_zc3xx.

Development History

gspca has an interesting development history, having evolved quite a bit along its way. It originally began as a driver project to support webcams based upon the Sunplus spca50x chipset. After about its v0.3 release, the project became the spca5xx driver, which was essentially an expansion of reverse engineering efforts to include support for an even larger range of webcam bridge chipsets (such as from Sonix, Transvision, Z-star/Vimicro, Conexant, Etoms), and, hence, webcam devices. In mid-2006, after the v0.6 release, the driver name was rebranded and set as "gspca" version 1. [1]

The new "gspca" driver name, while still reflecting its development heritage ("spca"), was now meant to stand for "Generic Software Package for Camera Adapters" (see the "Readme and Install" file from the old gspca v1 source download). In addition, still being compliant to the old V4L 1 API spec, the gspca v1 driver was viewed as transitory until V4L2 API support could be provided.

The gspca framework was indeed reworked, and the resultant version 2 of the driver became integrated into the 2.6.27 kernel and remains actively developed [2].

Also See