一旦检测到条形码,请使用google mobile vision api冻结屏幕

时间:2017-11-01 06:55:47

标签: android barcode google-vision

以下方法位于GitHub上分享的示例代码google的BarcodeCaptureActivity.java

 @Override
    public void onBarcodeDetected(Barcode barcode) {
      // I want to stop preview as well as freeze the screen 
      // when the first barcode is detected
      // What do I add here?

}

0 个答案:

没有答案