网络摄像机拍照的拍照时间不人为调整

streaming
Matthew 4 months ago
parent 600c46f024
commit ac43db4e4a

@ -1635,10 +1635,6 @@ bool CPhoneDevice::TakePhotoWithNetCamera(IDevice::PHOTO_INFO& localPhotoInfo, c
if (!rgb.empty())
{
time_t takingTime = ts;
if(localPhotoInfo.scheduleTime != 0)
{
takingTime = localPhotoInfo.scheduleTime;
}
if (localPhotoInfo.remedy != 0)
{
time_t scheduleTime = localPhotoInfo.scheduleTime;

Loading…
Cancel
Save