Moved config.properties out of the repo
authorTomas Wenström <tomas.wenstrom@gmail.com>
Mon, 14 Aug 2017 10:32:06 +0000 (12:32 +0200)
committerTomas Wenström <tomas.wenstrom@gmail.com>
Mon, 14 Aug 2017 10:32:06 +0000 (12:32 +0200)
.gitignore
config.properties.template [new file with mode: 0644]

index a6c1087..df8939c 100644 (file)
@@ -1,3 +1,4 @@
 .idea
 CakeLight.iml
 out
+config.properties
diff --git a/config.properties.template b/config.properties.template
new file mode 100644 (file)
index 0000000..7e04ee2
--- /dev/null
@@ -0,0 +1,18 @@
+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=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=17
+
+gamma=1.5