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