-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.yaml
More file actions
108 lines (108 loc) · 1.75 KB
/
Copy pathconfiguration.yaml
File metadata and controls
108 lines (108 loc) · 1.75 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
capture:
method: wgc
monitor_index: 2
fps_target: 30
analysis_width: 80
analysis_height: 45
device:
ip: 192.168.1.29
port: 5577
mac: 0b:0d:23:00:0c:00
subnet: 192.168.1.
connect_timeout: 2.0
send_timeout: 1.0
reconnect_interval: 5.0
discovery_timeout: 0.5
cache_file: device_cache.json
led_count: 30
monitor_index: 2
name: RGB Light Strip
enabled: true
devices:
- ip: 192.168.1.29
mac: 0b:0d:23:00:0c:00
monitor_index: 2
led_count: 30
name: RGB Light Strip
enabled: true
zones:
top: 7
bottom: 7
left: 4
right: 4
edge_fraction: 0.35
color:
mode: dominant
kmeans_clusters: 3
ignore_black_threshold: 30
ignore_white_threshold: 225
saturation_weight_power: 2.0
min_saturation: 0.05
smoothing:
enabled: true
base_alpha: 0.3
adaptive_fast_threshold: 30
adaptive_fast_alpha: 0.8
min_change: 2
gradient:
enabled: true
mode: screen_matched
gamma: 2.2
effects:
plugins_dir: ''
schedule: []
params:
static:
r: 255
g: 60
b: 0
breathing:
r: 0
g: 255
b: 42
speed: 1
rainbow:
speed: 1
candle:
speed: 0.8
ocean:
speed: 1
ambient:
speed: 1
sunrise:
duration: 300
sunset:
duration: 300
custom:
colors:
- - 255
- 0
- 0
- - 0
- 255
- 0
- - 0
- 0
- 255
speed: 1
auto_profile:
enabled: false
poll_interval: 1
default_profile: gaming
rules:
- match: Red
profile: gaming
- match: rdr2.exe
profile: gaming
gpu:
enabled: true
prefer: cupy
fallback_to_cpu: true
logging:
level: INFO
file_level: INFO
file: logs/ambilight.log
max_bytes: 20971520
backup_count: 10
show_fps: true
fps_interval: 5.0