From 801a9e98ba4c2cc2780cdfc438cf5cc69c8f90ab Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 22 Apr 2025 19:33:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=99=E6=80=81=E6=8A=93=E6=8B=8D=E5=BC=BA?= =?UTF-8?q?=E5=88=B6=E6=94=B9=E4=B8=BA=E9=A2=84=E8=A7=88=E7=9A=84=E8=8C=83?= =?UTF-8?q?=E5=9B=B4=E4=BB=8E150=E5=BC=80=E5=A7=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/cpp/camera2/ndkcamera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/cpp/camera2/ndkcamera.cpp b/app/src/main/cpp/camera2/ndkcamera.cpp index d9ae9195..0e2fed64 100644 --- a/app/src/main/cpp/camera2/ndkcamera.cpp +++ b/app/src/main/cpp/camera2/ndkcamera.cpp @@ -806,7 +806,7 @@ NdkCamera::CaptureRequest* NdkCamera::CreateRequest(bool isPreviewRequest, int32 uint8_t captureIntent = isPreviewRequest ? ACAMERA_CONTROL_CAPTURE_INTENT_PREVIEW : GetCaptureIntent((ACameraDevice_request_template)m_params.requestTemplate); bool forceToPreview = false; - if (!isPreviewRequest && sensitivity >= 200 && sensitivity <= 400 && (m_params.burstRawCapture == 2 || m_params.burstRawCapture == 3)) + if (!isPreviewRequest && sensitivity >= 150 && sensitivity <= 400 && (m_params.burstRawCapture == 2 || m_params.burstRawCapture == 3)) { if (request->templateId == TEMPLATE_STILL_CAPTURE) {