|
|
@ -1994,6 +1994,7 @@ bool CPhoneDevice::OpenPTZSensors(uint32_t sec)
|
|
|
|
m_cameraStatus = false;
|
|
|
|
m_cameraStatus = false;
|
|
|
|
m_sensorsStatus = false;
|
|
|
|
m_sensorsStatus = false;
|
|
|
|
m_shouldStopWaiting.store(false);
|
|
|
|
m_shouldStopWaiting.store(false);
|
|
|
|
|
|
|
|
ReleaseWakelock(wid);
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
std::this_thread::sleep_for(std::chrono::milliseconds(200));
|
|
|
|
std::this_thread::sleep_for(std::chrono::milliseconds(200));
|
|
|
|