This commit is contained in:
2019-08-26 12:06:24 +02:00
parent 5628fd00da
commit c98c12f7e0
+1
View File
@@ -208,6 +208,7 @@ public class AthosCameras extends Panel {
void stopRecording() throws InterruptedException{ void stopRecording() throws InterruptedException{
System.out.println("stopRecording"); System.out.println("stopRecording");
scan.abort(); scan.abort();
showMessage("Data recording", "Data saved to: " + getContext().getExecutionPars().getPath());
} }