se401.txt 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Linux driver for SE401 based USB cameras
  2. Copyright, 2001, Jeroen Vreeken
  3. INTRODUCTION:
  4. The SE401 chip is the used in low-cost usb webcams.
  5. It is produced by Endpoints Inc. (www.endpoints.com).
  6. It interfaces directly to a cmos image sensor and USB. The only other major
  7. part in a se401 based camera is a dram chip.
  8. The following cameras are known to work with this driver:
  9. Aox se401 (non-branded) cameras
  10. Philips PVCV665 USB VGA webcam 'Vesta Fun'
  11. Kensington VideoCAM PC Camera Model 67014
  12. Kensington VideoCAM PC Camera Model 67015
  13. Kensington VideoCAM PC Camera Model 67016
  14. Kensington VideoCAM PC Camera Model 67017
  15. WHAT YOU NEED:
  16. - USB support
  17. - VIDEO4LINUX support
  18. More information about USB support for linux can be found at:
  19. http://www.linux-usb.org
  20. MODULE OPTIONS:
  21. When the driver is compiled as a module you can also use the 'flickerless'
  22. option. With it exposure is limited to values that do not interfere with the
  23. net frequency. Valid options for this option are 0, 50 and 60. (0=disable,
  24. 50=50hz, 60=60hz)
  25. KNOWN PROBLEMS:
  26. The driver works fine with the usb-ohci and uhci host controller drivers,
  27. the default settings also work with usb-uhci. But sending more than one bulk
  28. transfer at a time with usb-uhci doesn't work yet.
  29. Users of usb-ohci and uhci can safely enlarge SE401_NUMSBUF in se401.h in
  30. order to increase the throughput (and thus framerate).
  31. HELP:
  32. The latest info on this driver can be found at:
  33. http://members.chello.nl/~j.vreeken/se401/
  34. And questions to me can be send to:
  35. pe1rxq@amsat.org