Startup
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user