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