|
@@ -300,11 +300,11 @@ public class CameraUtil {
|
|
pr.destroy();
|
|
pr.destroy();
|
|
}
|
|
}
|
|
//删除生成的ts文件
|
|
//删除生成的ts文件
|
|
- for (String filePath : voidTS) {
|
|
|
|
- File filet = new File(filePath);
|
|
|
|
- filet.delete();
|
|
|
|
- pr.destroy();
|
|
|
|
- }
|
|
|
|
|
|
+// for (String filePath : voidTS) {
|
|
|
|
+// File filet = new File(filePath);
|
|
|
|
+// filet.delete();
|
|
|
|
+// pr.destroy();
|
|
|
|
+// }
|
|
}
|
|
}
|
|
|
|
|
|
public static void main(String[] args) throws IOException {
|
|
public static void main(String[] args) throws IOException {
|