Moved config.properties out of the repo
[kaka/cakelight.git] / config.properties.template
CommitLineData
411a3f2e
TW
1jdk.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
5video.format=UYVY
6video.width=720
7video.height=480
8video.bpp=2
9
10video.crop.left=27
11video.crop.right=29
12video.crop.top=18
13video.crop.bottom=18
14
15leds.cols=32
16leds.rows=17
17
18gamma=1.5