This commit is contained in:
sfop
2016-09-01 10:10:26 +02:00
parent b0adcd3990
commit 4868dc379d
2 changed files with 5 additions and 3 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
#Thu Sep 01 10:03:17 CEST 2016
#Thu Sep 01 10:08:06 CEST 2016
colormap=Temperature
colormapAutomatic=true
colormapMax=4281.715
colormapMin=0.0
colormapMax=2475.851
colormapMin=2189.861
flipHorizontally=false
flipVertically=false
grayscale=false
+2
View File
@@ -214,7 +214,9 @@ public class Cameras extends Panel {
camera.getConfig().save();
camera.initialize();
camera.setPolling(500);
camera.setMonitored(true);
camera.getDevice().setMonitored(true);
camera.getDevice().setPolling(500);
renderer.setDevice(camera);