From 033e632e3bba6a69dd68897ccff48824f91ec9f4 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 24 Feb 2025 19:14:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E5=8D=A1=E4=B8=8A=E7=94=B5=E4=B9=8B?= =?UTF-8?q?=E5=90=8E=E7=AD=89=E5=BE=851=E7=A7=92?= 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 23382e84..025930fa 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -1521,7 +1521,7 @@ bool CPhoneDevice::TakePhotoWithNetCamera(IDevice::PHOTO_INFO& localPhotoInfo, c XYLOG(XYLOG_SEVERITY_DEBUG, "Ethernet Power ON"); std::shared_ptr ethernetPowerCtrl = std::make_shared(1); - std::this_thread::sleep_for(std::chrono::milliseconds(100)); + std::this_thread::sleep_for(std::chrono::milliseconds(1000)); SetStaticIp(); std::this_thread::sleep_for(std::chrono::milliseconds(256));