Open
Description
There is one qr code which is scanned properly, but returning no barcodes when processed as a bitmap. Attached the bitmap and the sample project. "code2" is the qr code that is failing.
Below is the code being used :
Frame frame = new Frame.Builder().setBitmap(bitmap).build();
SparseArray barcodes = detector.detect(frame);
And the SparseArray is returned empty.