Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make QRcode decoding non-blocking by doing it in a thread #39

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Aug 12, 2020

  1. Configuration menu
    Copy the full SHA
    464113f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Fix _detect_qrcode_frame signature in tests

    It takes pixels independently of texture because in normal usage the
    decoding will be done in a separate thread (which therefore can't make
    the required GL calls to access the pixels).
    Cheaterman committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    96a0aea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a295964 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b7d7df View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Make isort happy as well.

    Cheaterman committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    5669e5a View commit details
    Browse the repository at this point in the history