X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=config.properties;h=7e04ee282ba9e1f96a9b16040af015476014e432;hb=411a3f2ea0828ab49914af42244b23db0f38d388;hp=ad972c2ca25dec13671bf56332d14dd2b1c3f09e;hpb=03670958a5eab132a4f1a6ae5ae58b88f55bfe2f;p=kaka%2Fcakelight.git diff --git a/config.properties b/config.properties index ad972c2..7e04ee2 100644 --- a/config.properties +++ b/config.properties @@ -1,13 +1,18 @@ -# default settings +jdk.home.1.8=/usr/lib/jvm/java-8-openjdk-amd64 +# 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 +leds.rows=17 + +gamma=1.5