first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / database / configuration / webcam / webcamrc_example
1
2 [grab]
3        device = /dev/video0
4        text = "webcam %Y-%m-%d %H:%M:%S"
5 #       infofile = filename
6        fg_red = 255
7        fg_green = 255
8        fg_blue = 255
9        width = 320
10        height = 240
11        delay = 1
12        wait = 0
13 #       input = composite1
14        norm = pal
15        rotate = 0
16        top = 0
17        left = 0
18        bottom = 239
19        right = 319
20        quality = 85
21        trigger = 100
22        once = 0
23
24 [velma]
25        host = velma
26        user = anonymous
27        pass = fred@
28        dir  = incoming
29        file = webcam.jpeg
30        tmp  = uploading.jpeg
31        passive = 1
32        debug = 0
33        auto = 0
34        local = 0
35        ssh = 0
36
37