0001 .. SPDX-License-Identifier: GPL-2.0
0002
0003 Zoran 364xx based USB webcam module
0004 ===================================
0005
0006 site: http://royale.zerezo.com/zr364xx/
0007
0008 mail: royale@zerezo.com
0009
0010
0011 Introduction
0012 ------------
0013
0014
0015 This brings support under Linux for the Aiptek PocketDV 3300 and similar
0016 devices in webcam mode. If you just want to get on your PC the pictures
0017 and movies on the camera, you should use the usb-storage module instead.
0018
0019 The driver works with several other cameras in webcam mode (see the list
0020 below).
0021
0022 Possible chipsets are : ZR36430 (ZR36430BGC) and
0023 maybe ZR36431, ZR36440, ZR36442...
0024
0025 You can try the experience changing the vendor/product ID values (look
0026 at the source code).
0027
0028 You can get these values by looking at /var/log/messages when you plug
0029 your camera, or by typing : cat /sys/kernel/debug/usb/devices.
0030
0031
0032 Install
0033 -------
0034
0035 In order to use this driver, you must compile it with your kernel,
0036 with the following config options::
0037
0038 ./scripts/config -e USB
0039 ./scripts/config -m MEDIA_SUPPORT
0040 ./scripts/config -e MEDIA_USB_SUPPORT
0041 ./scripts/config -e MEDIA_CAMERA_SUPPORT
0042 ./scripts/config -m USB_ZR364XX
0043
0044 Usage
0045 -----
0046
0047 modprobe zr364xx debug=X mode=Y
0048
0049 - debug : set to 1 to enable verbose debug messages
0050 - mode : 0 = 320x240, 1 = 160x120, 2 = 640x480
0051
0052 You can then use the camera with V4L2 compatible applications, for
0053 example Ekiga.
0054
0055 To capture a single image, try this: dd if=/dev/video0 of=test.jpg bs=1M
0056 count=1
0057
0058 links
0059 -----
0060
0061 http://mxhaard.free.fr/ (support for many others cams including some Aiptek PocketDV)
0062 http://www.harmwal.nl/pccam880/ (this project also supports cameras based on this chipset)
0063
0064 Supported devices
0065 -----------------
0066
0067 ====== ======= ============== ====================
0068 Vendor Product Distributor Model
0069 ====== ======= ============== ====================
0070 0x08ca 0x0109 Aiptek PocketDV 3300
0071 0x08ca 0x0109 Maxell Maxcam PRO DV3
0072 0x041e 0x4024 Creative PC-CAM 880
0073 0x0d64 0x0108 Aiptek Fidelity 3200
0074 0x0d64 0x0108 Praktica DCZ 1.3 S
0075 0x0d64 0x0108 Genius Digital Camera (?)
0076 0x0d64 0x0108 DXG Technology Fashion Cam
0077 0x0546 0x3187 Polaroid iON 230
0078 0x0d64 0x3108 Praktica Exakta DC 2200
0079 0x0d64 0x3108 Genius G-Shot D211
0080 0x0595 0x4343 Concord Eye-Q Duo 1300
0081 0x0595 0x4343 Concord Eye-Q Duo 2000
0082 0x0595 0x4343 Fujifilm EX-10
0083 0x0595 0x4343 Ricoh RDC-6000
0084 0x0595 0x4343 Digitrex DSC 1300
0085 0x0595 0x4343 Firstline FDC 2000
0086 0x0bb0 0x500d Concord EyeQ Go Wireless
0087 0x0feb 0x2004 CRS Electronic 3.3 Digital Camera
0088 0x0feb 0x2004 Packard Bell DSC-300
0089 0x055f 0xb500 Mustek MDC 3000
0090 0x08ca 0x2062 Aiptek PocketDV 5700
0091 0x052b 0x1a18 Chiphead Megapix V12
0092 0x04c8 0x0729 Konica Revio 2
0093 0x04f2 0xa208 Creative PC-CAM 850
0094 0x0784 0x0040 Traveler Slimline X5
0095 0x06d6 0x0034 Trust Powerc@m 750
0096 0x0a17 0x0062 Pentax Optio 50L
0097 0x06d6 0x003b Trust Powerc@m 970Z
0098 0x0a17 0x004e Pentax Optio 50
0099 0x041e 0x405d Creative DiVi CAM 516
0100 0x08ca 0x2102 Aiptek DV T300
0101 0x06d6 0x003d Trust Powerc@m 910Z
0102 ====== ======= ============== ====================