|
|
|
@ -1759,12 +1759,6 @@ bool CPhoneDevice::onBurstCapture(std::shared_ptr<ACameraMetadata> characteristi
|
|
|
|
|
pipeline.run_pipeline(rawFiles, 0, rgb);
|
|
|
|
|
XYLOG(XYLOG_SEVERITY_ERROR, "Finish HDR CH=%u IMGID=%u", (uint32_t)mPhotoInfo.channel, (uint32_t)mPhotoInfo.photoId);
|
|
|
|
|
|
|
|
|
|
#ifdef NDEBUG
|
|
|
|
|
for (auto it = rawFilePaths.cbegin(); it != rawFilePaths.cend(); ++it)
|
|
|
|
|
{
|
|
|
|
|
std::remove((*it).c_str());
|
|
|
|
|
}
|
|
|
|
|
#endif
|
|
|
|
|
{
|
|
|
|
|
cv::Mat tempPic = convert16bit2_8bit_(rgb);
|
|
|
|
|
rgb = tempPic;
|
|
|
|
|