xuxiuxi
2017-07-24 4295a61b35d97a1d83e60f43aa308e5e02353dbb
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/util/SurveillancePhotoEmulateThread.java
@@ -30,9 +30,6 @@
                    List bitmapList = new ArrayList();
                    NativeImg nativeImg = new NativeImg();
                    File file = new File(surveillancePhotoName);
                    if (file.exists()) {
                        System.out.println("file exisit");
                    }
                    nativeImg.image = FileUtil.readFile(file);
                    nativeImg.size = nativeImg.image.length;
                    SurveillanceQueryItem surveillanceQueryItem = new SurveillanceQueryItem();