diff options
author | Antoine Jacquet <royale@zerezo.com> | 2008-01-25 23:00:19 +0100 |
---|---|---|
committer | Antoine Jacquet <royale@zerezo.com> | 2008-01-25 23:00:19 +0100 |
commit | 79491620a36cd170b0cd818d8837a6fbef5d7c21 (patch) | |
tree | ca1b9abd4e1f822b604cfb3d72a685811fc13487 | |
parent | 67b4eaf2c1b637b81e541fc5df1c79744f01423b (diff) | |
download | mediapointer-dvb-s2-79491620a36cd170b0cd818d8837a6fbef5d7c21.tar.gz mediapointer-dvb-s2-79491620a36cd170b0cd818d8837a6fbef5d7c21.tar.bz2 |
zr364xx: fix typo in documentation
From: Antoine Jacquet <royale@zerezo.com>
Signed-off-by: Antoine Jacquet <royale@zerezo.com>
-rw-r--r-- | linux/Documentation/video4linux/zr364xx.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Documentation/video4linux/zr364xx.txt b/linux/Documentation/video4linux/zr364xx.txt index 4d9a0c33f..754099ce7 100644 --- a/linux/Documentation/video4linux/zr364xx.txt +++ b/linux/Documentation/video4linux/zr364xx.txt @@ -25,7 +25,7 @@ modprobe zr364xx debug=X mode=Y - debug : set to 1 to enable verbose debug messages - mode : 0 = 320x240, 1 = 160x120, 2 = 640x480 You can then use the camera with V4L2 compatible applications, for example Ekiga. -To capture a single image, try this: dd if=/dev/video0 of=test.jpg bs=1 count=1 +To capture a single image, try this: dd if=/dev/video0 of=test.jpg bs=1M count=1 links : http://mxhaard.free.fr/ (support for many others cams including some Aiptek PocketDV) |