| Kernel v2.4.19 /Documentation/video4linux/meye.txt |
|---|
 2.4.19
 Documentation
 video4linux
 meye.txt
diff -urN linux-2.4.18/Documentation/video4linux/meye.txt linux-2.4.19/Documentation/video4linux/meye.txt
--- linux-2.4.18/Documentation/video4linux/meye.txt Thu Oct 11 09:04:57 2001
+++ linux-2.4.19/Documentation/video4linux/meye.txt Fri Aug 2 17:39:42 2002
@@ -15,9 +15,17 @@
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
|