|
@ -393,7 +393,7 @@ public class NetDevSdkService {
|
|
|
String passTime = Common.timeStamp2Date(String.valueOf(stRecordInfo.udwPassTime),NetDemo.DateFormat);
|
|
|
String strTime = Common.getDate();
|
|
|
//nvr 没有大图 String strFileNameBig = NetDemo.strPicturePath + "_" + "PassTime_"+ stRecordInfo.udwPassTime + "_" + "_" + strTime +"BigImage.jpg";
|
|
|
String imgName = "_" + "PassTime_"+ stRecordInfo.udwPassTime + "_" + strTime +"SmallImage.jpg";
|
|
|
String imgName = "PassTime_"+ stRecordInfo.udwPassTime + "_" + strTime +"SmallImage.jpg";
|
|
|
String strFileNameSmall = NetDemo.strPicturePath + imgName;
|
|
|
Common.savePicture(stRecordInfo.stCompareInfo.stSnapshotImage.stSmallImage.pcData, stRecordInfo.stCompareInfo.stSnapshotImage.stSmallImage.udwSize, strFileNameSmall);
|
|
|
BaseDeviceFaceRecordDO faceRecordDO = new BaseDeviceFaceRecordDO();
|