libcvd-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libcvd-members] libcvd/cvd videosource.h


From: Edward Rosten
Subject: [libcvd-members] libcvd/cvd videosource.h
Date: Fri, 23 Oct 2009 17:17:03 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Edward Rosten <edrosten>        09/10/23 17:17:03

Modified files:
        cvd            : videosource.h 

Log message:
        Doc fix

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libcvd/cvd/videosource.h?cvsroot=libcvd&r1=1.19&r2=1.20

Patches:
Index: videosource.h
===================================================================
RCS file: /cvsroot/libcvd/libcvd/cvd/videosource.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- videosource.h       23 Oct 2009 17:10:10 -0000      1.19
+++ videosource.h       23 Oct 2009 17:17:03 -0000      1.20
@@ -321,9 +321,9 @@
 v4l2:[input=2,fields]///dev/video0
 @endverbatim
 
-Open firewire camera 1 with 3 dma bufs and default brightness/exposure and fps:
+Open firewire camera 1 with the default fps:
 @verbatim
-dc1394:[dma_bufs=3]//1
+dc1394://1
 @endverbatim
 
 Open an avi file relative to the current directory:
@@ -352,7 +352,10 @@
 jpegstream://<(wget http//my.camera/file_representing_video -O - )
 @endverbatim
 
-
+Fields are:
+bool = true | yes | 1 ! false | no | 0
+offset = <width>x<height>
+size = <offset> | qvga | vga | pal | ntsc | xga
 
 Options supported by the various protocols are:
 @verbatim
@@ -366,19 +369,18 @@
        on_end = repeat_last | unset_pending | loop (default is repeat_last)
 
 'v4l1' protocol (V4L1Buffer): identifier is device name
-       size = vga | qvga | pal | ntsc | <width>x<height>  (default is 0x0)
+       size = <size>  (default is 0x0)
 
 'v4l2' protocol (V4LBuffer): identifier is device name
-       size = vga | qvga | pal | ntsc | <width>x<height>  (default vga)
+       size = <size> (default vga)
        input = <number>
        interlaced | fields [= <bool> ]
           verbose [ = <bool> ]
 
 'dc1394' protocol (DVBuffer): identifier is camera number
-       fps = <number> (default 30)
-       dma_bufs | dma_buffers = <number> (default 3)
-       brightness | bright = <number> (default -1)
-       exposure | exp = <number> (default -1)
+       fps = <number> (default is camera default)
+       size = <size>
+       offset = <offset>
 
 'qt' protocol (QTBuffer): identifier is camera number
       size = vga | qvga | <width>x<height>  (default vga)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]