禁用HDR模式

onereq
Matthew 2 months ago
parent 7033ad7e0b
commit ce81c8dd4f

@ -2986,7 +2986,7 @@ bool CPhoneDevice::onBurstCapture(std::shared_ptr<ACameraMetadata> characteristi
std::vector<std::vector<uint8_t> > localFrames; std::vector<std::vector<uint8_t> > localFrames;
localFrames.swap(pByteArrays.get()->byteArrays); localFrames.swap(pByteArrays.get()->byteArrays);
if (photoInfo.customHdr) if (false /*photoInfo.customHdr*/)
{ {
std::vector<std::string> imagePaths; std::vector<std::string> imagePaths;
std::vector<float> exposureTimes; std::vector<float> exposureTimes;

Loading…
Cancel
Save