-
Notifications
You must be signed in to change notification settings - Fork 19
/
example.yaml
65 lines (65 loc) · 1.5 KB
/
example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Settings file imagenode.yaml -- example with lots of settings
---
node:
name: JeffOffice
queuemax: 50
patience: 10
heartbeat: 10
send_type: jpg
send_threading: False # sends images in separate thread
stall_watcher: True # watches for stalled network or RPi power glitch
print_settings: False
hub_address:
H1: tcp://jeff-macbook:5555
H2: tcp://192.168.1.155:5555
cameras:
P1:
viewname: PiCameraView
resolution: (640, 480)
resize_width: 95
framerate: 10
vflip: True
detectors:
light:
ROI: (65,2),(100,25)
draw_roi: ((255,0,0),5)
send_frames: detected event # or continuous or none
send_count: 7
threshold: 50
min_frames: 5
send_test_images: False
W1:
viewname: USBCamView
resolution: (640, 480)
resize_width: 90
framerate: 16
vflip: False
src: 0
detectors:
motion:
ROI: (70,2),(100,25)
draw_roi: ((255,0,0),5)
send_frames: continuous # or none or detected event
send_count: 5
delta_threshold: 5
min_motion_frames: 4
min_still_frames: 4
min_area: 3 # minimum area of motion as percent of ROI
blur_kernel_size: 21 # Guassian Blur kernel size
send_test_images: True
lights:
L1:
name: floodlight
gpio: 18
on: continuous
L2:
name: spotlight
gpio: 23
on: (11pm-5am)
sensors:
T1:
name: Temperature
type: DS18B20
gpio: 4
read_interval_minutes: 1
min_difference: 1