diff options
| author | Dave Jones <davej@suse.de> | 2002-05-06 19:17:33 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-05-06 19:17:33 -0700 |
| commit | 3d00dc9b42eaceecceb28f1e5a45265dea804c29 (patch) | |
| tree | ee1ff245faa1f777ceadb86e5a1d621c75255315 /Documentation/video4linux | |
| parent | c153abec66df4153be6839c0e645b4a9cb3973ec (diff) | |
[PATCH] motioneye driver update.
Syncs up with Stelians latest
Diffstat (limited to 'Documentation/video4linux')
| -rw-r--r-- | Documentation/video4linux/meye.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Documentation/video4linux/meye.txt b/Documentation/video4linux/meye.txt index a861041bf6b0..bc6bf4aa2d10 100644 --- a/Documentation/video4linux/meye.txt +++ b/Documentation/video4linux/meye.txt @@ -15,9 +15,17 @@ Grabbing is supported in packed YUV colorspace only. MJPEG hardware grabbing is supported via a private API (see below). -Module options: +Driver options: --------------- +Several options can be passed to the meye driver, either by adding them +to /etc/modules.conf file, when the driver is compiled as a module, or +by adding the following to the kernel command line (in your bootloader): + + meye=gbuffers[,gbufsize[,video_nr]] + +where: + gbuffers: number of capture buffers, default is 2 (32 max) gbufsize: size of each capture buffer, default is 614400 |
