Added configuration for pixel format and adapted config for new video grabber
[kaka/cakelight.git] / config.properties
index ad972c2..df7ee04 100644 (file)
@@ -1,13 +1,14 @@
-# default settings
-
+# Video info can be found with 'v4l2-ctl --get-fmt-video'
+# Supported formats: UYVY, YUYV, YVYU
+video.format=UYVY
 video.width=720
-video.height=576
+video.height=480
 video.bpp=2
 
-video.crop.left=28
-video.crop.right=22
-video.crop.top=8
-video.crop.bottom=120
+video.crop.left=27
+video.crop.right=29
+video.crop.top=18
+video.crop.bottom=18
 
 leds.cols=32
 leds.rows=18