wok annotate fswebcam/stuff/fswebcam.conf @ rev 20373

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