mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
0ea6e61122
Below you will find an updated version from the original series bunching all patches into one big patch updating broken web addresses that are located in Documentation/* Some of the addresses date as far far back as 1995 etc... so searching became a bit difficult, the best way to deal with these is to use web.archive.org to locate these addresses that are outdated. Now there are also some addresses pointing to .spec files some are located, but some(after searching on the companies site)where still no where to be found. In this case I just changed the address to the company site this way the users can contact the company and they can locate them for the users. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Thomas Weber <weber@corscience.de> Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Cc: Paulo Marques <pmarques@grupopie.com> Cc: Randy Dunlap <rdunlap@xenotime.net> Cc: Michael Neuling <mikey@neuling.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
55 lines
1.5 KiB
Plaintext
55 lines
1.5 KiB
Plaintext
Linux driver for SE401 based USB cameras
|
|
|
|
Copyright, 2001, Jeroen Vreeken
|
|
|
|
|
|
INTRODUCTION:
|
|
|
|
The SE401 chip is the used in low-cost usb webcams.
|
|
It is produced by Endpoints Inc. (www.endpoints.com).
|
|
It interfaces directly to a cmos image sensor and USB. The only other major
|
|
part in a se401 based camera is a dram chip.
|
|
|
|
The following cameras are known to work with this driver:
|
|
|
|
Aox se401 (non-branded) cameras
|
|
Philips PVCV665 USB VGA webcam 'Vesta Fun'
|
|
Kensington VideoCAM PC Camera Model 67014
|
|
Kensington VideoCAM PC Camera Model 67015
|
|
Kensington VideoCAM PC Camera Model 67016
|
|
Kensington VideoCAM PC Camera Model 67017
|
|
|
|
|
|
WHAT YOU NEED:
|
|
|
|
- USB support
|
|
- VIDEO4LINUX support
|
|
|
|
More information about USB support for linux can be found at:
|
|
http://www.linux-usb.org
|
|
|
|
|
|
MODULE OPTIONS:
|
|
|
|
When the driver is compiled as a module you can also use the 'flickerless'
|
|
option. With it exposure is limited to values that do not interfere with the
|
|
net frequency. Valid options for this option are 0, 50 and 60. (0=disable,
|
|
50=50hz, 60=60hz)
|
|
|
|
|
|
KNOWN PROBLEMS:
|
|
|
|
The driver works fine with the usb-ohci and uhci host controller drivers,
|
|
the default settings also work with usb-uhci. But sending more than one bulk
|
|
transfer at a time with usb-uhci doesn't work yet.
|
|
Users of usb-ohci and uhci can safely enlarge SE401_NUMSBUF in se401.h in
|
|
order to increase the throughput (and thus framerate).
|
|
|
|
|
|
HELP:
|
|
|
|
The latest info on this driver can be found at:
|
|
http://members.chello.nl/~j.vreeken/se401/
|
|
And questions to me can be send to:
|
|
pe1rxq@amsat.org
|