Fine-tune fire mode
[kaka/cakelight.git] / config.properties.template
CommitLineData
24b1277d 1jdk.home=/usr/lib/jvm/java-8-openjdk-amd64
411a3f2e
TW
2
3# Video info can be found with 'v4l2-ctl --get-fmt-video'
eba8feca
TW
4# Supported formats: UYVY, YUYV, YVYU, MJPG
5# When using MJPG, stream data via a named pipe and point video.device at the pipe:
6# mkfifo cakelight-video-stream
7# v4l2-ctl --stream-mmap --stream-to cakelight-video-stream
411a3f2e
TW
8video.format=UYVY
9video.width=720
10video.height=480
11video.bpp=2
eba8feca 12video.device=auto
411a3f2e
TW
13
14video.crop.left=27
15video.crop.right=29
16video.crop.top=18
17video.crop.bottom=18
18
6a03452e
TW
19video.list.top=on
20video.list.bottom=on
21video.list.left=on
22video.list.right=on
23
aa9e49c2
TW
24# Supported types: apa102, ws2801
25leds.type=apa102
d3261df8
TW
26# LED brightness: 1-31
27leds.brightness=31
411a3f2e
TW
28leds.cols=32
29leds.rows=17
30
31gamma=1.5