diff --git a/plugins/AthosCameras.java b/plugins/AthosCameras.java index fb5e133..4b2e9c0 100644 --- a/plugins/AthosCameras.java +++ b/plugins/AthosCameras.java @@ -206,8 +206,9 @@ public class AthosCameras extends Panel { } void stopRecording() throws InterruptedException{ - System.out.println("stopRecording"); + System.out.println("stopRecording"); scan.abort(); + showMessage("Data recording", "Data saved to: " + getContext().getExecutionPars().getPath()); }