X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=config.properties;h=7e04ee282ba9e1f96a9b16040af015476014e432;hb=b3e103128bae11de70b5ca0bbf9255953d008eaf;hp=b3f150f670387c35d38dedf146119d39c322cf18;hpb=e59e98fcf77a104e31dd97641b0ceea6d0a79e00;p=kaka%2Fcakelight.git diff --git a/config.properties b/config.properties index b3f150f..7e04ee2 100644 --- a/config.properties +++ b/config.properties @@ -1,9 +1,18 @@ -# default settings +jdk.home.1.8=/usr/lib/jvm/java-8-openjdk-amd64 -video.device=/dev/video0 +# 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=27 +video.crop.right=29 +video.crop.top=18 +video.crop.bottom=18 + leds.cols=32 -leds.rows=18 +leds.rows=17 + +gamma=1.5