From 83d3376f726128d95901223aa11e07e98514604a Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 6 Oct 2024 16:30:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= 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, 2 insertions(+) diff --git a/app/src/main/cpp/PhoneDevice.cpp b/app/src/main/cpp/PhoneDevice.cpp index efa6441b..944d806b 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -2081,6 +2081,7 @@ bool CPhoneDevice::OnImageReady(cv::Mat& mat) #ifdef OUTPUT_CAMERA_DBG_INFO bool shouldRetry = false; +#if 0 if (mCamera != NULL) { NdkCamera::CAPTURE_RESULT captureResult = mCamera->getCaptureResult(); @@ -2115,6 +2116,7 @@ bool CPhoneDevice::OnImageReady(cv::Mat& mat) mPhotoInfo.compensation = -2 * ((int16_t) ((uint16_t) captureResult.avgY)); } } +#endif #endif // OUTPUT_CAMERA_DBG_INFO