Changed to model 4 (testing)
[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 leds.cols=32
16 leds.rows=17