Merge remote-tracking branch 'keys/keys-next'
[deliverable/linux.git] / Documentation / media / v4l-drivers / zr364xx.rst
CommitLineData
f3d295c5
MCC
1Zoran 364xx based USB webcam module
2===================================
3
b7eee616 4site: http://royale.zerezo.com/zr364xx/
f3d295c5 5
b7eee616
AJ
6mail: royale@zerezo.com
7
8d4b231a 8.. note::
f3d295c5
MCC
9
10 This documentation is outdated
11
12Introduction
13------------
14
15
16This brings support under Linux for the Aiptek PocketDV 3300 in webcam
17mode. If you just want to get on your PC the pictures and movies on the
18camera, you should use the usb-storage module instead.
19
20The driver works with several other cameras in webcam mode (see the list
21below).
22
23Maybe this code can work for other JPEG/USB cams based on the Coach
24chips from Zoran?
25
26Possible chipsets are : ZR36430 (ZR36430BGC) and
27maybe ZR36431, ZR36440, ZR36442...
28
29You can try the experience changing the vendor/product ID values (look
30at the source code).
31
32You can get these values by looking at /var/log/messages when you plug
33your camera, or by typing : cat /proc/bus/usb/devices.
34
35If you manage to use your cam with this code, you can send me a mail
36(royale@zerezo.com) with the name of your cam and a patch if needed.
37
38This is a beta release of the driver. Since version 0.70, this driver is
39only compatible with V4L2 API and 2.6.x kernels. If you need V4L1 or
402.4x kernels support, please use an older version, but the code is not
41maintained anymore. Good luck!
42
43Install
44-------
45
b7eee616 46In order to use this driver, you must compile it with your kernel.
f3d295c5 47
b7eee616
AJ
48Location: Device Drivers -> Multimedia devices -> Video For Linux -> Video Capture Adapters -> V4L USB devices
49
f3d295c5
MCC
50Usage
51-----
52
b7eee616 53modprobe zr364xx debug=X mode=Y
b7eee616 54
f3d295c5
MCC
55- debug : set to 1 to enable verbose debug messages
56- mode : 0 = 320x240, 1 = 160x120, 2 = 640x480
57
58You can then use the camera with V4L2 compatible applications, for
59example Ekiga.
60
61To capture a single image, try this: dd if=/dev/video0 of=test.jpg bs=1M
62count=1
63
64links
65-----
66
b7eee616
AJ
67http://mxhaard.free.fr/ (support for many others cams including some Aiptek PocketDV)
68http://www.harmwal.nl/pccam880/ (this project also supports cameras based on this chipset)
69
f3d295c5
MCC
70Supported devices
71-----------------
72
73====== ======= ============== ====================
b7eee616 74Vendor Product Distributor Model
f3d295c5 75====== ======= ============== ====================
b7eee616
AJ
760x08ca 0x0109 Aiptek PocketDV 3300
770x08ca 0x0109 Maxell Maxcam PRO DV3
780x041e 0x4024 Creative PC-CAM 880
790x0d64 0x0108 Aiptek Fidelity 3200
800x0d64 0x0108 Praktica DCZ 1.3 S
810x0d64 0x0108 Genius Digital Camera (?)
820x0d64 0x0108 DXG Technology Fashion Cam
830x0546 0x3187 Polaroid iON 230
840x0d64 0x3108 Praktica Exakta DC 2200
850x0d64 0x3108 Genius G-Shot D211
860x0595 0x4343 Concord Eye-Q Duo 1300
870x0595 0x4343 Concord Eye-Q Duo 2000
880x0595 0x4343 Fujifilm EX-10
890x0595 0x4343 Ricoh RDC-6000
900x0595 0x4343 Digitrex DSC 1300
910x0595 0x4343 Firstline FDC 2000
920x0bb0 0x500d Concord EyeQ Go Wireless
930x0feb 0x2004 CRS Electronic 3.3 Digital Camera
940x0feb 0x2004 Packard Bell DSC-300
950x055f 0xb500 Mustek MDC 3000
960x08ca 0x2062 Aiptek PocketDV 5700
970x052b 0x1a18 Chiphead Megapix V12
980x04c8 0x0729 Konica Revio 2
990x04f2 0xa208 Creative PC-CAM 850
1000x0784 0x0040 Traveler Slimline X5
1010x06d6 0x0034 Trust Powerc@m 750
1020x0a17 0x0062 Pentax Optio 50L
bebeaea0 1030x06d6 0x003b Trust Powerc@m 970Z
71c04475 1040x0a17 0x004e Pentax Optio 50
c0e0aff9 1050x041e 0x405d Creative DiVi CAM 516
c76b638c 1060x08ca 0x2102 Aiptek DV T300
9018f6c3 1070x06d6 0x003d Trust Powerc@m 910Z
f3d295c5 108====== ======= ============== ====================
This page took 0.631898 seconds and 5 git commands to generate.