Skip to content

QRcode - scan is working but not when reading from bitmap #264

Open
@aditya1590

Description

@aditya1590

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.

BarcodeFromImage.zip
qrcode failed when processed as bitmap

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions