Code Monkey home page Code Monkey logo

Comments (7)

navyzhou926 avatar navyzhou926 commented on September 13, 2024

有些二维码或条码图片能扫描,有些扫描不了,我试了别的扫描软件都能扫描出来。还有就是扫描速度偏慢一些,有时要左右移动好久才能识别

from r_scan.

navyzhou926 avatar navyzhou926 commented on September 13, 2024

RScanCameraController _controller;
await _controller.stopScan();
await _controller.startScan();

调用stopScan,然后在另一个点击事件中调用startScan,就停止扫描了,这也是一个问题

from r_scan.

navyzhou926 avatar navyzhou926 commented on September 13, 2024

调用stopScan,然后在另一个点击事件中调用startScan,还是不能开始扫描了

from r_scan.

rexhu2012 avatar rexhu2012 commented on September 13, 2024

ImageScanHelper中 hints.put(DecodeHintType.POSSIBLE_FORMATS, BarcodeFormat.QR_CODE)这边不能直接放BarcodeFormat.QR_CODE,要把这个放到List list中,hints.put(DecodeHintType.POSSIBLE_FORMATS, list)。
图片识别的效果不是很好

from r_scan.

DuQuanzhong avatar DuQuanzhong commented on September 13, 2024

我也遇到了同样的问题

from r_scan.

zmGitHub avatar zmGitHub commented on September 13, 2024

相册中扫描 一直是不行

from r_scan.

zmGitHub avatar zmGitHub commented on September 13, 2024

没人解决?

from r_scan.

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.