diff --git a/app/src/main/cpp/PhoneDevice.cpp b/app/src/main/cpp/PhoneDevice.cpp index 2e1f76e5..b3ecd1a2 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -1616,7 +1616,9 @@ bool CPhoneDevice::TakePhotoWithNetCamera(IDevice::PHOTO_INFO& localPhotoInfo, c std::this_thread::sleep_for(std::chrono::milliseconds(5000)); net_handle_t netHandle = 0; -#if ((!defined USING_N938) && (!defined USING_PTZ)) +//#if ((!defined USING_N938) && (!defined USING_PTZ)) +#if 0 + // Wait about 10s for (int idx = 0; idx < 84; idx++) {