X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=config.properties;h=4fec08b049b03a65d870dcc0f8c6c8736d4eb62f;hb=14d53f068b65b244c150a05e483e56cf6fdc38a5;hp=cb1d68526e9050c8c70c1e8955cd2e698abe80e1;hpb=100b82fe1c5ada6ef2ce768bf7b9f6f469650e11;p=kaka%2Fcakelight.git diff --git a/config.properties b/config.properties index cb1d685..4fec08b 100644 --- a/config.properties +++ b/config.properties @@ -1,14 +1,16 @@ -# default settings +jdk.home.1.8=/usr/lib/jvm/java-8-openjdk-amd64 -video.device=/dev/video2 +# 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