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