summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-tv/xawtv/files/webcamrc')
-rw-r--r--media-tv/xawtv/files/webcamrc30
1 files changed, 30 insertions, 0 deletions
diff --git a/media-tv/xawtv/files/webcamrc b/media-tv/xawtv/files/webcamrc
new file mode 100644
index 000000000000..6773a673cb4c
--- /dev/null
+++ b/media-tv/xawtv/files/webcamrc
@@ -0,0 +1,30 @@
+ [ftp]
+ host = www
+ user = webcam
+ pass = xxxxxx
+ dir = public_html/images
+ file = webcam.jpeg
+ tmp = uploading.jpeg
+ passive = 1
+ debug = 0
+ auto = 0
+ local = 0
+ ssh = 0
+
+ [grab]
+ device = /dev/video0
+ text = "webcam %Y-%m-%d %H:%M:%S"
+ infofile = filename
+ width = 320
+ height = 240
+ delay = 3
+ input = composite1
+ norm = pal
+ rotate = 0
+ top = 0
+ left = 0
+ bottom = -1
+ right = -1
+ quality = 75
+ trigger = 0
+ once = 0