From fefa90b01f31e334806e3c56fd75e31b96abfeac Mon Sep 17 00:00:00 2001 From: "XI.CHEN" Date: Wed, 27 Nov 2024 10:31:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91=E7=94=B5=E6=BA=90=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E5=BB=B6=E8=BF=9F?= 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 cf8c3e3f..81161013 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -1810,7 +1810,7 @@ bool CPhoneDevice::OpenPTZSensors(int sec) m_shouldStopWaiting.store(false); return false; } - std::this_thread::sleep_for(std::chrono::milliseconds(1000)); + std::this_thread::sleep_for(std::chrono::milliseconds(200)); } }