增加日志

N938
Matthew 6 months ago
parent a282111810
commit ce5e543f6b

@ -1983,6 +1983,7 @@ bool CPhoneDevice::onOneCapture(std::shared_ptr<ACameraMetadata> characteristics
std::shared_ptr<ACameraMetadata> 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<ACameraMetadata> 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);

Loading…
Cancel
Save