From d29fb0280c822b8abaa413d585ef6f27303bacb5 Mon Sep 17 00:00:00 2001 From: "XI.CHEN" <2311041011@qq.com> Date: Thu, 22 May 2025 16:30:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BE=AE=E6=8B=8D=E7=BD=91?= =?UTF-8?q?=E7=BB=9C=E6=8B=8D=E7=85=A7=E6=98=BE=E7=A4=BA=E7=BD=91=E7=BB=9C?= =?UTF-8?q?=E4=B8=8D=E5=AD=98=E5=9C=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/cpp/PhoneDevice.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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++) {