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);