Bugfix - reader was closed after reading
[kaka/cakelight.git] / config.properties.template
1 jdk.home.1.8=/usr/lib/jvm/java-8-openjdk-amd64
2
3 # Video info can be found with 'v4l2-ctl --get-fmt-video'
4 # Supported formats: UYVY, YUYV, YVYU
5 video.format=UYVY
6 video.width=720
7 video.height=480
8 video.bpp=2
9
10 video.crop.left=27
11 video.crop.right=29
12 video.crop.top=18
13 video.crop.bottom=18
14
15 video.list.top=on
16 video.list.bottom=on
17 video.list.left=on
18 video.list.right=on
19
20 # Supported types: apa102, ws2801
21 leds.type=apa102
22 # LED brightness: 1-31
23 leds.brightness=31
24 leds.cols=32
25 leds.rows=17
26
27 gamma=1.5