This commit is contained in:
sfop
2016-09-01 09:29:30 +02:00
parent 22d5cfffa6
commit 0f160bc67b
6 changed files with 321 additions and 113 deletions

View File

@@ -29,7 +29,7 @@ public class Camtool extends ArraySource {
public Camtool(String name, String prefix) {
this(name, prefix, false, true);
this(name, prefix, true, true);
}
public Camtool(String name, String prefix, boolean latch, boolean roi) {