修复规约上传时间与水印时间不一致问题

N938
XI.CHEN 6 months ago
parent fd8b9c093e
commit 7aa553b1fa

@ -1797,7 +1797,7 @@ bool CPhoneDevice::TakePhoto(const IDevice::PHOTO_INFO& photoInfo, const vector<
pThis->ClosePTZSensors(localPhotoInfo.closeDelayTime);
GpioControl::setCam3V3Enable(false, localPhotoInfo.closeDelayTime);
time_t takingTime = time(NULL);
time_t takingTime = ts;
if (localPhotoInfo.remedy != 0)
{
if ((takingTime - localPhotoInfo.scheduleTime) > 30)

Loading…
Cancel
Save