|
|
@ -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)
|
|
|
|