调整OSD样式

serial
BlueMatthew 1 year ago
parent 2e2d9c3e2f
commit 375ffaca81

@ -973,7 +973,7 @@ bool CPhoneDevice::OnImageReady(cv::Mat& mat)
}
}
int thickness2 = 6 * ratio;
int thickness2 = 4 * ratio;
if (thickness2 < 2) thickness2 = 2;
int thickness1 = 2 * ratio;
if (thickness1 < 1) thickness1 = 1;

Loading…
Cancel
Save