CVS Commit (tooney)
| Newsgroups | gmane.comp.video.videolan.vls.devel |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/videolan/vls
Modified Files:
vls.cfg
Update of /cvs/videolan/vls/src/modules/v4linput
Modified Files:
v4linput.cpp
Update of /cvs/videolan/vls/src/modules/v4lreader
Modified Files:
v4lreader.cpp v4lreader.h
Log Message:
. More control parameters : Image size and Channel
(See vls.cfg)
BEGIN "composite"
# --- Example:
Device = "/dev/video" # Video4linux device (default is /dev/video)
Channel = "1" # Channel Source: Webcam often 0
# For TV Card, may be Tuner(0), Composite(1), Svide(2)
Size = "vga" # Size possibilities, either :
# - empty string : default size
# - width x height
# - subQCIF(128x96), QSIF(160x120), QCIF(176x144)
# SIF(320x240), CIF (352x288), VGA (640x480)
#Size = "320x200"
#Size = ""
END
--
tooney
--
This is the vls-devel mailing-list, see http://www.videolan.org/vls-devel/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <[email protected]>