ZXingLite
ZXingLite copied to clipboard
2.0.2版本二维码太小的时候不会自动放大,已设置自动缩放,但没有效果
val decodeConfig = DecodeConfig() decodeConfig.setHints(DecodeFormatManager.QR_CODE_HINTS) .setFullAreaScan(false) //设置是否全区域识别,默认false .setAreaRectRatio(0.8f) .setAreaRectVerticalOffset(0) .setAreaRectHorizontalOffset(0) cameraScan .setVibrate(true) .setNeedAutoZoom(true) .setAnalyzer(MultiFormatAnalyzer(decodeConfig)) 已经设置自动缩放,但没有效果
同上
同样没有作用
同上,2.1.1版本
同上,2.4.0版本
您发送的邮件我已收到。
@jenly1314 这个自动放大现在不支持了嘛,只能手动放大缩小了?