wok view fswebcam/stuff/fswebcam.conf @ rev 20235

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