From ce81c8dd4f3d33b959585b40825a81ac146d93ba Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 7 Apr 2025 19:48:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8HDR=E6=A8=A1=E5=BC=8F?= 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 c01d3262..c23f8096 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -2986,7 +2986,7 @@ bool CPhoneDevice::onBurstCapture(std::shared_ptr characteristi std::vector > localFrames; localFrames.swap(pByteArrays.get()->byteArrays); - if (photoInfo.customHdr) + if (false /*photoInfo.customHdr*/) { std::vector imagePaths; std::vector exposureTimes;