Commit bd593f60 authored by Andrey Filippov's avatar Andrey Filippov

limiting number of frames

parent ec8dec5b
...@@ -9421,7 +9421,7 @@ if (MORE_BUTTONS) { ...@@ -9421,7 +9421,7 @@ if (MORE_BUTTONS) {
LWIR_READER = new LwirReader(LWIR_PARAMETERS); LWIR_READER = new LwirReader(LWIR_PARAMETERS);
} }
ImagePlus [][] imps = LWIR_READER.readAllMultiple( ImagePlus [][] imps = LWIR_READER.readAllMultiple(
10, // final int num_frames, LWIR_PARAMETERS.getNumFrames(), // 10, // final int num_frames,
// true, // use LWIR telemetry // true, // use LWIR telemetry
true, // final boolean show, true, // final boolean show,
false); // true); // final boolean scale) false); // true); // final boolean scale)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment