This commit is contained in:
2019-08-26 12:06:24 +02:00
parent 5628fd00da
commit c98c12f7e0

View File

@@ -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());
}