网络拍照规约上送时间与水印时间一致

rtmpsuck
XI.CHEN 6 months ago
parent 4cca774a09
commit a6d4e065b3

@ -1592,6 +1592,8 @@ bool CPhoneDevice::TakePhotoWithNetCamera(IDevice::PHOTO_INFO& localPhotoInfo, c
if (netCaptureResult) if (netCaptureResult)
{ {
time_t takingTime = ts; time_t takingTime = ts;
if(localPhotoInfo.scheduleTime != 0)
takingTime = localPhotoInfo.scheduleTime;
if (localPhotoInfo.remedy != 0) if (localPhotoInfo.remedy != 0)
{ {
if ((takingTime - localPhotoInfo.scheduleTime) > 30) if ((takingTime - localPhotoInfo.scheduleTime) > 30)

Loading…
Cancel
Save