From ceb89a0c7083ed823c5d2f1c30eb7b0554034edd Mon Sep 17 00:00:00 2001 From: "XI.CHEN" <2311041011@qq.com> Date: Thu, 5 Dec 2024 10:27:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=B6=E9=95=BF=E9=A2=84=E7=BD=AE=E4=BD=8D?= =?UTF-8?q?=E8=B0=83=E7=94=A8=E7=AD=89=E5=BE=85=E6=97=B6=E9=97=B4?= 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 cb5e7013..8954f0ed 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -1697,7 +1697,7 @@ bool CPhoneDevice::TakePhoto(const IDevice::PHOTO_INFO& photoInfo, const vector< if (photoInfo.preset != 0 && photoInfo.preset != 0xFF) { CameraPhotoCmd(time(NULL), photoInfo.channel, MOVE_PRESETNO, 0, photoInfo.preset); - std::this_thread::sleep_for(std::chrono::seconds(2)); + std::this_thread::sleep_for(std::chrono::seconds(3)); } time_t ts = time(NULL); if(!GetPTZSensorsStatus() && !GetCameraStatus())