77323401972f8d12992b1d40adb9f0a5720b4e6a
[kaka/cakelight.git] / config.properties
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 # Supported types: apa102, ws2801
16 leds.type=apa102
17 leds.cols=32
18 leds.rows=17
19
20 gamma=1.5