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: Gerhard Reitmayr
Subject: [libcvd-members] libcvd/cvd videosource.h
Date: Tue, 30 Oct 2007 15:58:32 +0000

CVSROOT:        /cvsroot/libcvd
Module name:    libcvd
Changes by:     Gerhard Reitmayr <gerhard>      07/10/30 15:58:32

Modified files:
        cvd            : videosource.h 

Log message:
        sorted out annoying compile warnings

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

Patches:
Index: videosource.h
===================================================================
RCS file: /cvsroot/libcvd/libcvd/cvd/videosource.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- videosource.h       17 Nov 2006 14:50:24 -0000      1.2
+++ videosource.h       30 Oct 2007 15:58:32 -0000      1.3
@@ -178,24 +178,33 @@
 identifier and values can be quoted literals with escapes, all other text is 
unquoted.
 Some Examples:
 
address@hidden
 Open a DiskBuffer2 for *.pgm in /local/capture/:
-files:///local/capture/*.pgmKilled by signal 2.
-files:///local/capture/*.pgm
-Open a DiskBuffer2 that loops and uses a ReadAheadVideoBuffer wrapper with
-40 frame buffer, with 30 fps:
-files:[read_ahead=40, fps=30, on_end=loop]///local/capture/*.pgm
address@hidden
+files:///local/capture/ *.pgm
address@hidden
+
+Open a DiskBuffer2 that loops and uses a ReadAheadVideoBuffer wrapper with 40 
frame buffer, with 30 fps:
address@hidden
+files:[read_ahead=40, fps=30, on_end=loop]///local/capture/ *.pgm
address@hidden
 
 Open a V4L2 device at /dev/video0:
address@hidden
 v4l2:///dev/video0
address@hidden
 
 Open a V4L2 device with fields on input 2:
-v4l2:[input=2,fields]\///dev/video0
address@hidden
+v4l2:[input=2,fields]///dev/video0
address@hidden
 
 Open firewire camera 1 with 3 dma bufs and default brightness/exposure and fps:
address@hidden
 dc1394:[dma_bufs=3]//1
address@hidden
 
 Open an avi file relative to the current directory:
address@hidden
 file://../../stuff/movie.avi
 @endverbatim
 




reply via email to

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