Open
Description
While trying out the sample code:
- QR-scanning
- Face recognition
works as expected.
When I try to scan an EAN_13 barcode:
- BarcodeTrackerFactory.create is never called
Also I tried to configure a specific barcode variant, but this resulted in same behaviour:
- new BarcodeDetector.Builder(context).setBarcodeFormats(Barcode.EAN_13).build();