Fine-tune fire mode
[kaka/cakelight.git] / config.properties.template
index 317ead1..ff75679 100644 (file)
@@ -1,11 +1,15 @@
 jdk.home=/usr/lib/jvm/java-8-openjdk-amd64
 
 # Video info can be found with 'v4l2-ctl --get-fmt-video'
-# Supported formats: UYVY, YUYV, YVYU
+# Supported formats: UYVY, YUYV, YVYU, MJPG
+# When using MJPG, stream data via a named pipe and point video.device at the pipe:
+#   mkfifo cakelight-video-stream
+#   v4l2-ctl --stream-mmap --stream-to cakelight-video-stream
 video.format=UYVY
 video.width=720
 video.height=480
 video.bpp=2
+video.device=auto
 
 video.crop.left=27
 video.crop.right=29