优化代码

nx2024TEMP
Matthew 8 months ago
parent 977acefa56
commit 446b7888b8

@ -1758,7 +1758,7 @@ bool CPhoneDevice::onBurstCapture(std::shared_ptr<ACameraMetadata> characteristi
hdrplus::hdrplus_pipeline pipeline; hdrplus::hdrplus_pipeline pipeline;
pipeline.run_pipeline(rawFiles, 0, rgb); pipeline.run_pipeline(rawFiles, 0, rgb);
XYLOG(XYLOG_SEVERITY_ERROR, "Finish HDR CH=%u IMGID=%u", (uint32_t)mPhotoInfo.channel, (uint32_t)mPhotoInfo.photoId); XYLOG(XYLOG_SEVERITY_ERROR, "Finish HDR CH=%u IMGID=%u", (uint32_t)mPhotoInfo.channel, (uint32_t)mPhotoInfo.photoId);
{ {
cv::Mat tempPic = convert16bit2_8bit_(rgb); cv::Mat tempPic = convert16bit2_8bit_(rgb);
rgb = tempPic; rgb = tempPic;

Loading…
Cancel
Save