Moved config.properties out of the repo
[kaka/cakelight.git] / config.properties.template
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