wok-next annotate fswebcam/stuff/fswebcam.conf @ rev 4607

Add fswebcam (tiny webcam viewer)
author Rohit Joshi <jozee@slitaz.org>
date Tue Dec 15 16:10:42 2009 +0000 (2009-12-15)
parents
children aee982e21a00
rev   line source
jozee@4607 1 # Example configuration for fswebcam
jozee@4607 2 # [2006-09-05: phil@firestorm.cx]
jozee@4607 3
jozee@4607 4 # Be very quiet...
jozee@4607 5 quiet
jozee@4607 6
jozee@4607 7 # Or be very loud?
jozee@4607 8 #verbose
jozee@4607 9
jozee@4607 10 # The image source - In this case we are capturing frames from a TV channel
jozee@4607 11 device "v4l2:/dev/video0"
jozee@4607 12 input 0
jozee@4607 13 #loop 10
jozee@4607 14 skip 2 # Skip the first two frames.
jozee@4607 15 frames 1 # And capture one.
jozee@4607 16 #background
jozee@4607 17 #palette YUV420P
jozee@4607 18 palette YUYV
jozee@4607 19 #palette MJPEG
jozee@4607 20 frequency 670.90
jozee@4607 21 resolution 640x480
jozee@4607 22 #resolution 768x576
jozee@4607 23 set brightness=60%
jozee@4607 24 set contrast=13%
jozee@4607 25 # Scale the image down to half it's size.
jozee@4607 26 #scale 384x288
jozee@4607 27 top-banner
jozee@4607 28 font "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf"
jozee@4607 29 title "My Webcam"
jozee@4607 30 timestamp "%d-%m-%Y %H:%M:%S (%Z)"
jozee@4607 31 jpeg 95
jozee@4607 32 save /home/tux/Images/viewcam.jpg
jozee@4607 33 # Load an overlay image. This is placed above everything, including the banner.
jozee@4607 34 #overlay "/home/user/outline.png"
jozee@4607 35