jenly1314 / MLKit

🌝 MLKit是一个强大易用的工具包。通过ML Kit您可以很轻松的实现文字识别、条码识别、图像标记、人脸检测、对象检测等功能。
https://jenly1314.github.io/MLKit/
Apache License 2.0
892 stars 160 forks source link

Beep missing #13

Closed ghost closed 2 years ago

ghost commented 2 years ago

第一次扫描有声音。 第二次扫描没声音

image

getCameraScan().setPlayBeep(true)
                .setVibrate(true)
                .setCameraConfig(new ResolutionCameraConfig(getContext()));
ghost commented 2 years ago

机器问题