Startup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#Tue Apr 09 17:34:49 CEST 2019
|
||||
#Thu Apr 18 16:34:09 CEST 2019
|
||||
colormap=Temperature
|
||||
colormapAutomatic=true
|
||||
colormapLogarithmic=false
|
||||
|
||||
@@ -3985,6 +3985,7 @@ public class ScreenPanel4 extends Panel {
|
||||
private void buttonGrabBackgroundActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_buttonGrabBackgroundActionPerformed
|
||||
try {
|
||||
if (camera != null) {
|
||||
/*
|
||||
boolean laserOn = getLaserState();
|
||||
OptionResult ret = null;
|
||||
if (laserOn) {
|
||||
@@ -4003,6 +4004,7 @@ public class ScreenPanel4 extends Panel {
|
||||
if (laserOn) {
|
||||
setLaserState(false);
|
||||
}
|
||||
*/
|
||||
try {
|
||||
System.out.println("Grabbing background for: " + cameraName);
|
||||
if (server != null) {
|
||||
@@ -4011,9 +4013,11 @@ public class ScreenPanel4 extends Panel {
|
||||
camera.captureBackground(5, 0);
|
||||
}
|
||||
} finally {
|
||||
/*
|
||||
if (laserOn) {
|
||||
setLaserState(true);
|
||||
}
|
||||
*/
|
||||
}
|
||||
SwingUtils.showMessage(getTopLevel(), "Success", "Success capturing background", 5000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user