修复单位转换bug

serial
Matthew 1 year ago
parent 33683b22c6
commit 1b6c153e04

@ -1259,7 +1259,7 @@ bool CPhoneDevice::OnImageReady(cv::Mat& mat)
}
else
{
photoInfo.exposureTime = captureResult.exposureTime / 100000 * 120 / captureResult.avgY;
photoInfo.exposureTime = captureResult.exposureTime / 1000000 * 120 / captureResult.avgY;
photoInfo.sensitivity = photoInfo.sensitivity * 60 / captureResult.avgY;
if (photoInfo.sensitivity > 2000)
{

Loading…
Cancel
Save