Skip to content
This repository was archived by the owner on Apr 5, 2022. It is now read-only.
This repository was archived by the owner on Apr 5, 2022. It is now read-only.

readerSize with nested object not working #22

Open
@jung-hunsoo

Description

@jung-hunsoo

Problem

When I passed the nested object to readerSize, Vue logs the validation warning and default size is applied.

(This does not work)

...
      readerSize: {
        width: { min: 800, ideal: 1600 },
        height: { min: 600, ideal: 1600 }
      },
...

While readerSize: { width: 800, height: 600 } is working, it'd be great if we can use the Quagga's configuration format.

Per my experience, higher resolution results in less error and dark environment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions