Fine-tune fire mode
[kaka/cakelight.git] / config.properties.template
1 jdk.home=/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, 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
8 video.format=UYVY
9 video.width=720
10 video.height=480
11 video.bpp=2
12 video.device=auto
13
14 video.crop.left=27
15 video.crop.right=29
16 video.crop.top=18
17 video.crop.bottom=18
18
19 video.list.top=on
20 video.list.bottom=on
21 video.list.left=on
22 video.list.right=on
23
24 # Supported types: apa102, ws2801
25 leds.type=apa102
26 # LED brightness: 1-31
27 leds.brightness=31
28 leds.cols=32
29 leds.rows=17
30
31 gamma=1.5