diff --git a/devices/CurrentCamera.properties b/devices/CurrentCamera.properties index d0c11a4..e22eb87 100644 --- a/devices/CurrentCamera.properties +++ b/devices/CurrentCamera.properties @@ -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 diff --git a/plugins/Cameras.java b/plugins/Cameras.java index 63bbc57..a4659a8 100644 --- a/plugins/Cameras.java +++ b/plugins/Cameras.java @@ -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);