From 3838e0b926bbd97bc44b7b7a715e7c1063876d48 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 1 Jul 2024 00:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DOSD=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/cpp/MicroPhoto.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/cpp/MicroPhoto.cpp b/app/src/main/cpp/MicroPhoto.cpp index 82840a96..1805d790 100644 --- a/app/src/main/cpp/MicroPhoto.cpp +++ b/app/src/main/cpp/MicroPhoto.cpp @@ -412,9 +412,9 @@ Java_com_xypower_mpapp_MicroPhotoService_takePhoto( osds[2].alignment = IDevice::OSD_ALIGNMENT_BOTTOM_RIGHT; osds[3].alignment = IDevice::OSD_ALIGNMENT_BOTTOM_LEFT; - osds[0].text = "%%DATETIME%%"; + osds[0].text = FormatLocalDateTime(); #ifdef OUTPUT_CAMERA_DBG_INFO - osds[1].text = "V: %%V%%"; + // osds[1].text = "V: %%V%%"; #endif const char* pathStr = env->GetStringUTFChars(path, 0);