|
From: <bma...@us...> - 2017-06-06 15:30:07
|
Revision: 9627
http://sourceforge.net/p/fudaa/svn/9627
Author: bmarchan
Date: 2017-06-06 15:30:05 +0000 (Tue, 06 Jun 2017)
Log Message:
-----------
Suppression de la 1ere image echantillonee depuis video
Modified Paths:
--------------
trunk/soft/fudaa-lspiv/src/main/java/org/fudaa/fudaa/piv/io/PivExeLauncher.java
Modified: trunk/soft/fudaa-lspiv/src/main/java/org/fudaa/fudaa/piv/io/PivExeLauncher.java
===================================================================
--- trunk/soft/fudaa-lspiv/src/main/java/org/fudaa/fudaa/piv/io/PivExeLauncher.java 2017-06-06 15:29:33 UTC (rev 9626)
+++ trunk/soft/fudaa-lspiv/src/main/java/org/fudaa/fudaa/piv/io/PivExeLauncher.java 2017-06-06 15:30:05 UTC (rev 9627)
@@ -228,6 +228,9 @@
_ana.addError(PivResource.getS("Echantillonnage interrompu"));
return false;
}
+
+ // On supprime la premi\xE8re image, qui ne semble pas respecter l'intervalle de temps.
+ new File(_tmpOutDir, "image0001.png").delete();
FuLog.trace(PivResource.getS("Echantillonnage ok."));
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|