Using the barcode detector for mobile vision api, i notices that there are problems scanning formats that are not QR codes.
Im using the latest version of play services (10.2.1), and the barcode generator im using was build like the following:
BarcodeDetector detector = BarcodeDetector.Builder(appContext).build()
Here i have the screenshot for the issue.
screenshot for scanning barcode
Best regards,