Jeff dc7dc37f01 ui优化 3 年之前
..
res 6e2ecc47c8 init project 3 年之前
res-orig 6e2ecc47c8 init project 3 年之前
src 347348a6d8 1、Android Support库转AndroidX; 3 年之前
test 6e2ecc47c8 init project 3 年之前
AndroidManifest.xml 6e2ecc47c8 init project 3 年之前
Readme 6e2ecc47c8 init project 3 年之前
build.gradle dc7dc37f01 ui优化 3 年之前

Readme

Zxing扫描的优化:

1.拦截扫描结果,返回面单号在7到20位之间数据
在DecoderThread类的decode方法中

2. 修改聚焦时间

聚焦的修改在AutoFocusManager下的
private static final long AUTO_FOCUS_INTERVAL_MS = 1000L;
默认是2000L也就是2秒吧,我这里改成了1.0秒