Startup
This commit is contained in:
@@ -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