diff --git a/config/devices.properties b/config/devices.properties index 3a9d9b1..1f6bf0d 100755 --- a/config/devices.properties +++ b/config/devices.properties @@ -22,4 +22,4 @@ gsx=ch.psi.pshell.epics.Positioner|SINEG01-MSOL130:X_SP SINEG01-MSOL130:X|||true gsy=ch.psi.pshell.epics.Positioner|SINEG01-MSOL130:Y_SP SINEG01-MSOL130:Y|||true gsrx=ch.psi.pshell.epics.Positioner|SINEG01-MSOL130:ROT_X_SP SINEG01-MSOL130:ROT_X|||true gsry=ch.psi.pshell.epics.Positioner|SINEG01-MSOL130:ROT_Y_SP SINEG01-MSOL130:ROT_Y|||true -camtool=Camtool|SINEG01-DSCR190||-500| +#camtool=Camtool|SINEG01-DSCR190||-500| diff --git a/plugins/Cameras.java b/plugins/Cameras.java index a4659a8..f98c2f2 100644 --- a/plugins/Cameras.java +++ b/plugins/Cameras.java @@ -181,7 +181,7 @@ public class Cameras extends Panel { //SwingUtils.showMessage(null, "", json); try { if (checkCamtool.isSelected()) { - camera = new Camtool("CurrentCamera", cameraName, true, true); + camera = new Camtool("CurrentCamera", cameraName, false, true); } else { camera = new PsiCamera("CurrentCamera", cameraName); config = (CameraConfig) JsonSerializer.decode(cameraConfigJson, CameraConfig.class);