Closedown
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#Wed Aug 31 16:58:45 CEST 2016
|
||||
#Wed Aug 31 16:59:52 CEST 2016
|
||||
colormap=Grayscale
|
||||
colormapAutomatic=false
|
||||
colormapMax=255.0
|
||||
colormapMax=484.051
|
||||
colormapMin=0.0
|
||||
flipHorizontally=false
|
||||
flipVertically=false
|
||||
|
||||
@@ -29,11 +29,11 @@ public class Camtool extends ArraySource {
|
||||
|
||||
|
||||
public Camtool(String name, String prefix) {
|
||||
this(name, prefix, false);
|
||||
this(name, prefix, false, true);
|
||||
}
|
||||
|
||||
public Camtool(String name, String prefix, boolean latch) {
|
||||
super(name, prefix + (latch ? ":latch": ":pipeline") + ".image");
|
||||
public Camtool(String name, String prefix, boolean latch, boolean roi) {
|
||||
super(name, prefix + (latch ? ":latch": ":pipeline") + (roi ? ".roi.output": ".image"));
|
||||
this.prefix = prefix+":";
|
||||
this.latch = latch;
|
||||
dataPrefix = this.prefix + (latch ? "latch": "pipeline") + ".";
|
||||
|
||||
Reference in New Issue
Block a user