From 0d64c5515ab6c9a7de6a50351c9cb59f411c4769 Mon Sep 17 00:00:00 2001 From: BlueMatthew Date: Wed, 6 Mar 2024 14:02:24 +0800 Subject: [PATCH] =?UTF-8?q?AI=E8=AF=86=E5=88=AB=E6=8A=A5=E8=AD=A6=E6=96=87?= =?UTF-8?q?=E5=AD=97=E6=8F=8F=E8=BE=B9=E5=A4=84=E7=90=86?= 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 cc2a17de..997d7d7d 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -1127,7 +1127,7 @@ bool CPhoneDevice::OnImageReady(cv::Mat& mat) ALOGI(buf); #endif - ft2->putText(mat, item.name, pt, fontSize, textColor, thickness, cv::LINE_AA, false); + ft2->putText(mat, item.name, pt, fontSize, textColor, thickness, cv::LINE_AA, false, true); } ++it; }