如何停止BarcodeDetector [英] How to stop BarcodeDetector

查看:97
本文介绍了如何停止BarcodeDetector的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在扫描后停止条形码扫描仪?

How do I stop the barcode Scanner after scan?

barcodeDetector

    barcodeDetector = new BarcodeDetector.Builder(this)
            .setBarcodeFormats(Barcode.QR_CODE)
            .build();
        }

推荐答案

扫描完成后,您需要释放 BarcodeDetector .为

You need to release BarcodeDetector after scanning complete. As

barcodeDetector.release();

这篇关于如何停止BarcodeDetector的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆