From 5eb8e630c6601c3b930ea8a0b1fc98164e8dd812 Mon Sep 17 00:00:00 2001 From: "XI.CHEN" <2311041011@qq.com> Date: Tue, 20 May 2025 10:21:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=91=E5=8F=B0=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/cpp/PhoneDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/cpp/PhoneDevice.cpp b/app/src/main/cpp/PhoneDevice.cpp index 069f3bc7..02f66d76 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -1612,7 +1612,7 @@ 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)) // Wait about 10s for (int idx = 0; idx < 84; idx++) {