Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

[android] feat: add support for inverted barcodes #41

@tafelnl

Description

@tafelnl

On iOS inverted barcodes (white dots on black background) are recognized. Android can and should support this too.

I found a way too support this:

mBarcodeView.setDecoderFactory(new DefaultDecoderFactory(null, null, null, Intents.Scan.MIXED_SCAN));

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions