Commit bd593f60 authored by Andrey Filippov's avatar Andrey Filippov
Browse files

limiting number of frames

parent ec8dec5b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9421,7 +9421,7 @@ if (MORE_BUTTONS) {
				LWIR_READER =  new LwirReader(LWIR_PARAMETERS);
			}
			ImagePlus [][] imps = LWIR_READER.readAllMultiple(
					10, // final int     num_frames,
					LWIR_PARAMETERS.getNumFrames(), // 10, // final int     num_frames,
					//    			true, // use LWIR telemetry
					true, // final boolean show,
					false); // true); // final boolean scale)