rev:抓图修改
This commit is contained in:
@@ -142,7 +142,7 @@ public class HikvisionSnapshotUtil {
|
|||||||
if (!result) {
|
if (!result) {
|
||||||
result = HCNetSDK.INSTANCE.NET_DVR_CaptureJPEGPicture(userId, channel, jpegPara, sFileUrl);
|
result = HCNetSDK.INSTANCE.NET_DVR_CaptureJPEGPicture(userId, channel, jpegPara, sFileUrl);
|
||||||
if (result) {
|
if (result) {
|
||||||
// boolean result2 = HCNetSDK.INSTANCE.NET_DVR_CaptureJPEGPicture(userId, channel, jpegPara, newFileUrl);
|
boolean result2 = HCNetSDK.INSTANCE.NET_DVR_CaptureJPEGPicture(userId, channel, jpegPara, newFileUrl);
|
||||||
log.info("[SDK] 抓图成功" + imagePath + ":" + imageName);
|
log.info("[SDK] 抓图成功" + imagePath + ":" + imageName);
|
||||||
} else {
|
} else {
|
||||||
log.warn("[SDK] 抓图失败");
|
log.warn("[SDK] 抓图失败");
|
||||||
|
|||||||
Reference in New Issue
Block a user