Git Product home page Git Product logo

Comments (3)

jenly1314 avatar jenly1314 commented on May 26, 2024

并非Bug,设计初衷就是如此,你可以通过改变isAutoRestartPreviewAndDecode值来自动重置预览。
提供isAutoRestartPreviewAndDecode 就是未了防止集成的项目可能会有很复杂的逻辑需要处理的情况,需要手动重置预览,方法上面的注释已经很清楚的说明了。

from zxinglite.

nongchengqi avatar nongchengqi commented on May 26, 2024

public void onResult(Result result){
String text = result.getText();
if(isContinuousScan){
if(isAutoRestartPreviewAndDecode){
if(onCaptureCallback!=null){
onCaptureCallback.onResultCallback(text);
}
restartPreviewAndDecode();
}
}else{
...
}

可能是我表达不清楚,我说如果我开启连续扫描,并且禁止自动重启下次扫描,也就是上面的onResult方法里面isContinuousScan=true,但是isAutoRestartPreviewAndDecode=false,那么您没有回调扫描结果 onCaptureCallback.onResultCallback(text);,导致无法处理扫描结果

from zxinglite.

jenly1314 avatar jenly1314 commented on May 26, 2024

嗯、确实有这么个问题、抽空我改下、把回调提到外面去,暂时你可以通过重写onResult方法规避、

from zxinglite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.