Merge tag 'for-linus-5.11-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / Documentation / admin-guide / media / zr364xx.rst
1 .. SPDX-License-Identifier: GPL-2.0
2
3 Zoran 364xx based USB webcam module
4 ===================================
5
6 site: http://royale.zerezo.com/zr364xx/
7
8 mail: royale@zerezo.com
9
10
11 Introduction
12 ------------
13
14
15 This brings support under Linux for the Aiptek PocketDV 3300 and similar
16 devices in webcam mode. If you just want to get on your PC the pictures
17 and movies on the camera, you should use the usb-storage module instead.
18
19 The driver works with several other cameras in webcam mode (see the list
20 below).
21
22 Possible chipsets are : ZR36430 (ZR36430BGC) and
23 maybe ZR36431, ZR36440, ZR36442...
24
25 You can try the experience changing the vendor/product ID values (look
26 at the source code).
27
28 You can get these values by looking at /var/log/messages when you plug
29 your camera, or by typing : cat /sys/kernel/debug/usb/devices.
30
31
32 Install
33 -------
34
35 In order to use this driver, you must compile it with your kernel,
36 with the following config options::
37
38     ./scripts/config -e USB
39     ./scripts/config -m MEDIA_SUPPORT
40     ./scripts/config -e MEDIA_USB_SUPPORT
41     ./scripts/config -e MEDIA_CAMERA_SUPPORT
42     ./scripts/config -m USB_ZR364XX
43
44 Usage
45 -----
46
47 modprobe zr364xx debug=X mode=Y
48
49 - debug      : set to 1 to enable verbose debug messages
50 - mode       : 0 = 320x240, 1 = 160x120, 2 = 640x480
51
52 You can then use the camera with V4L2 compatible applications, for
53 example Ekiga.
54
55 To capture a single image, try this: dd if=/dev/video0 of=test.jpg bs=1M
56 count=1
57
58 links
59 -----
60
61 http://mxhaard.free.fr/ (support for many others cams including some Aiptek PocketDV)
62 http://www.harmwal.nl/pccam880/ (this project also supports cameras based on this chipset)
63
64 Supported devices
65 -----------------
66
67 ======  =======  ==============  ====================
68 Vendor  Product  Distributor     Model
69 ======  =======  ==============  ====================
70 0x08ca  0x0109   Aiptek          PocketDV 3300
71 0x08ca  0x0109   Maxell          Maxcam PRO DV3
72 0x041e  0x4024   Creative        PC-CAM 880
73 0x0d64  0x0108   Aiptek          Fidelity 3200
74 0x0d64  0x0108   Praktica        DCZ 1.3 S
75 0x0d64  0x0108   Genius          Digital Camera (?)
76 0x0d64  0x0108   DXG Technology  Fashion Cam
77 0x0546  0x3187   Polaroid        iON 230
78 0x0d64  0x3108   Praktica        Exakta DC 2200
79 0x0d64  0x3108   Genius          G-Shot D211
80 0x0595  0x4343   Concord         Eye-Q Duo 1300
81 0x0595  0x4343   Concord         Eye-Q Duo 2000
82 0x0595  0x4343   Fujifilm        EX-10
83 0x0595  0x4343   Ricoh           RDC-6000
84 0x0595  0x4343   Digitrex        DSC 1300
85 0x0595  0x4343   Firstline       FDC 2000
86 0x0bb0  0x500d   Concord         EyeQ Go Wireless
87 0x0feb  0x2004   CRS Electronic  3.3 Digital Camera
88 0x0feb  0x2004   Packard Bell    DSC-300
89 0x055f  0xb500   Mustek          MDC 3000
90 0x08ca  0x2062   Aiptek          PocketDV 5700
91 0x052b  0x1a18   Chiphead        Megapix V12
92 0x04c8  0x0729   Konica          Revio 2
93 0x04f2  0xa208   Creative        PC-CAM 850
94 0x0784  0x0040   Traveler        Slimline X5
95 0x06d6  0x0034   Trust           Powerc@m 750
96 0x0a17  0x0062   Pentax          Optio 50L
97 0x06d6  0x003b   Trust           Powerc@m 970Z
98 0x0a17  0x004e   Pentax          Optio 50
99 0x041e  0x405d   Creative        DiVi CAM 516
100 0x08ca  0x2102   Aiptek          DV T300
101 0x06d6  0x003d   Trust           Powerc@m 910Z
102 ======  =======  ==============  ====================