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