diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-02-23 00:40:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-02-23 00:40:54 +0000 |
commit | 529c593ece216e4aaffd36bd940cb94f1fa63129 (patch) | |
tree | 78f1c0b805f5656aa7b0417a043c5346f700a2cf /Documentation/usb | |
parent | 0bd079751d25808d1972baee5c4eaa1db2227257 (diff) |
Merge with 2.3.43. I did ignore all modifications to the qlogicisp.c
driver due to the Origin A64 hacks.
Diffstat (limited to 'Documentation/usb')
-rw-r--r-- | Documentation/usb/ibmcam.txt | 38 | ||||
-rw-r--r-- | Documentation/usb/ov511.txt | 9 |
2 files changed, 40 insertions, 7 deletions
diff --git a/Documentation/usb/ibmcam.txt b/Documentation/usb/ibmcam.txt index 4d7ab56eb..6880ed334 100644 --- a/Documentation/usb/ibmcam.txt +++ b/Documentation/usb/ibmcam.txt @@ -23,11 +23,30 @@ SUPPORTED CAMERAS: IBM "C-It" camera, also known as "Xirlink PC Camera" The device uses proprietary ASIC (and compression method); -it is manufactured by Xirlink. See http://www.xirlink.com +it is manufactured by Xirlink. See http://www.xirlink.com/ +or http://www.c-itnow.com/ for details and pictures. + +The Linux driver was developed with camera with following +model number (or FCC ID): KSX-XVP510. This camera has three +interfaces, each with one endpoint (control, iso, iso). + +It appears that Xirlink made some changes in their cameras recently. +In particular, following models [FCC ID] are suspect; one with +with FCC ID KSX-X9903 is known to be one of them: + +XVP300 [KSX-X9903] +XVP600 [KSX-X9902] +XVP610 [KSX-X9902] + +(see http://www.xirlink.com/ibmpccamera/ for updates, they refer +to these new cameras by Windows driver dated 12-27-99, v3005 BETA) +These cameras have two interfaces, one endpoint in each (iso, bulk). +Attempts to remotely debug one of these cameras weren't successful. +I'd need to have a camera to figure out how to use it. WHAT YOU NEED: -- An IBM C-it camera +- A supported IBM PC (C-it) camera (see above) - A Linux box with USB support (2.3/2.4 or 2.2 w/backport) @@ -73,6 +92,7 @@ Name Type Range [default] Example debug Integer 0-9 [0] debug=1 flags Integer 0-0xFF [0] flags=0x0d framerate Integer 0-6 [2] framerate=1 +hue_correction Integer 0-255 [128] hue_correction=115 init_brightness Integer 0-255 [128] init_brightness=100 init_contrast Integer 0-255 [192] init_contrast=200 init_color Integer 0-255 [128] init_color=130 @@ -108,6 +128,16 @@ framerate This setting controls frame rate of the camera. This is Beware - fast settings are very demanding and may not work well with all video sizes. Be conservative. +hue_correction This highly optional setting allows to adjust the + hue of the image in a way slightly different from + what usual "hue" control does. Both controls affect + YUV colorspace: regular "hue" control adjusts only + U component, and this "hue_correction" option similarly + adjusts only V component. However usually it is enough + to tweak only U or V to compensate for colored light or + color temperature; this option simply allows more + complicated correction when and if it is necessary. + init_brightness These settings specify _initial_ values which will be init_contrast used to set up the camera. If your V4L application has init_color its own controls to adjust the picture then these @@ -143,8 +173,8 @@ videosize This setting chooses one if three image sizes that are WHAT NEEDS TO BE DONE: -- The box freezes if working camera (with xawtv) is unplugged (OHCI). - Workaround: don't do that :) End the V4L application first. +- The box freezes if camera is unplugged after being used (OHCI). + Workaround: don't do that :) - Some USB frames are lost on high frame rates, though they shouldn't - ViCE compression (Xirlink proprietary) may improve frame rate - On occasion camera does not start properly; xawtv reports errors. diff --git a/Documentation/usb/ov511.txt b/Documentation/usb/ov511.txt index fe84f11df..c13fc4c52 100644 --- a/Documentation/usb/ov511.txt +++ b/Documentation/usb/ov511.txt @@ -15,12 +15,13 @@ SUPPORTED CAMERAS: ________________________________________________________ Manufacturer | Model | Custom ID | Status -----------------+----------------+-----------+--------- -MediaForte | MV300 | 0 | Untested +MediaForte | MV300 | 0 | Working D-Link | DSB-C300 | 3 | Working +Puretek | PT-6007 | 5 | Untested Creative Labs | WebCam 3 | 21 | Working Lifeview | RoboCam | 100 | Untested AverMedia | InterCam Elite | 102 | Working -MediaForte | MV300 | 112 | Untested +MediaForte | MV300 | 112 | Working -------------------------------------------------------- Any camera using the OV511 and the OV7610 CCD should work with this driver. The @@ -78,7 +79,9 @@ directory: make make install -Now you should be able to run xawtv. Right click for the options dialog. +Now you should be able to run xawtv. Right click for the options dialog. If +you get a scrambled image it is likely that you made a mistake in Xawtv.ad. +Try setting the size to 320x240 if all else fails. WORKING FEATURES: o Color streaming/capture at 640x480 and 320x240 |