From 375ffaca812f501551bb267ae173f4f222e1ed36 Mon Sep 17 00:00:00 2001 From: BlueMatthew Date: Thu, 11 Jan 2024 19:54:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4OSD=E6=A0=B7=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 fb0373ae..2a912ceb 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -973,7 +973,7 @@ bool CPhoneDevice::OnImageReady(cv::Mat& mat) } } - int thickness2 = 6 * ratio; + int thickness2 = 4 * ratio; if (thickness2 < 2) thickness2 = 2; int thickness1 = 2 * ratio; if (thickness1 < 1) thickness1 = 1;