Added configuration for pixel format and adapted config for new video grabber
[kaka/cakelight.git] / config.properties
... / ...
CommitLineData
1# Video info can be found with 'v4l2-ctl --get-fmt-video'
2# Supported formats: UYVY, YUYV, YVYU
3video.format=UYVY
4video.width=720
5video.height=480
6video.bpp=2
7
8video.crop.left=27
9video.crop.right=29
10video.crop.top=18
11video.crop.bottom=18
12
13leds.cols=32
14leds.rows=18