|
@@ -260,9 +260,11 @@ public class FaceIdenService {
|
|
String originImageDir= idenRoot + "data/final/camera/image";
|
|
String originImageDir= idenRoot + "data/final/camera/image";
|
|
logger.info("FaceIdenService.isContinuation ...2");
|
|
logger.info("FaceIdenService.isContinuation ...2");
|
|
File[] imgFiles = FileUtil.getFiles(originImageDir);
|
|
File[] imgFiles = FileUtil.getFiles(originImageDir);
|
|
|
|
+ logger.info("FaceIdenService.isContinuation ...2imgFiles==" + imgFiles);
|
|
List<String> featPtrList = new ArrayList<>();
|
|
List<String> featPtrList = new ArrayList<>();
|
|
if (imgFiles != null && imgFiles.length > 0) {
|
|
if (imgFiles != null && imgFiles.length > 0) {
|
|
for(File imgFile : imgFiles) {
|
|
for(File imgFile : imgFiles) {
|
|
|
|
+ logger.info("FaceIdenService.isContinuation ...21");
|
|
String photographTimeTmp = imgFileName.substring(0, imgFile.getName().indexOf("_"));
|
|
String photographTimeTmp = imgFileName.substring(0, imgFile.getName().indexOf("_"));
|
|
Long photographTimeTmpLong = DateUtils.strToDate(photographTimeTmp,"yyyyMMddHHmmss").getTime();
|
|
Long photographTimeTmpLong = DateUtils.strToDate(photographTimeTmp,"yyyyMMddHHmmss").getTime();
|
|
logger.info("FaceIdenService.isContinuation ...3");
|
|
logger.info("FaceIdenService.isContinuation ...3");
|