From ce5e543f6b89415c7359da9cadc06dd4214aeaf7 Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 12 Dec 2024 11:05:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=97=A5=E5=BF=97?= 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 de87bdc9..d487d119 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -1983,6 +1983,7 @@ bool CPhoneDevice::onOneCapture(std::shared_ptr characteristics std::shared_ptr result, uint32_t ldr, uint32_t duration, cv::Mat rgb) { + XYLOG(XYLOG_SEVERITY_INFO, "TP: OneCapture Finished CH=%u PR=%u PHOTOID=%u", (uint32_t)mPhotoInfo.channel, (uint32_t)mPhotoInfo.preset, (uint32_t)mPhotoInfo.photoId); time_t takingTime = time(NULL); if (mPhotoInfo.remedy != 0) { @@ -2095,6 +2096,7 @@ bool CPhoneDevice::onOneCapture(std::shared_ptr characteristics #endif // OUTPUT_CAMERA_DBG_INFO // Notify to take next photo + XYLOG(XYLOG_SEVERITY_INFO, "TP: Notofy to Take Next CUR Info: CH=%u PR=%u PHOTOID=%u", (uint32_t)photoInfo.channel, (uint32_t)photoInfo.preset, (uint32_t)photoInfo.photoId); pThis->TakePhotoCb(1, photoInfo, "", takingTime); bool res = pThis->PostProcessPhoto(photoInfo, osds, path, cameraInfo, rgb);