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

Port ZXing Android to Camera2 #963

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 18, 2021

  1. Ported to camera2

    Tim Nolte authored and Redth committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    0c588b2 View commit details
    Browse the repository at this point in the history
  2. Refactoring

    Tim Nolte authored and Redth committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    9f6acb4 View commit details
    Browse the repository at this point in the history
  3. Fixed distorted preview

    Tim Nolte authored and Redth committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    a62bb1c View commit details
    Browse the repository at this point in the history
  4. Cleanup

    Tim Nolte authored and Redth committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    648d772 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

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

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    8850ea0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d7930b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Merge pull request #1 from jameswestgate/android-camera2

    Fix yuv to nv21
    Denrage committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    80653d2 View commit details
    Browse the repository at this point in the history
  2. removed obsolet code

    Denrage committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    5b3b0db View commit details
    Browse the repository at this point in the history
  3. Removed FastAndroidCamera

    Denrage committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    d38b362 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into android-camera2

    # Conflicts:
    #	ZXing.Net.Mobile/Android/CameraAccess/CameraAnalyzer.android.cs
    Denrage committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    9b1eb53 View commit details
    Browse the repository at this point in the history
  5. Fixed Merge

    Denrage committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    a50c5b7 View commit details
    Browse the repository at this point in the history
  6. rotate yuv output

    Denrage committed Feb 5, 2021
    Configuration menu
    Copy the full SHA
    cbcabcd View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. Configuration menu
    Copy the full SHA
    642de3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d56763 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Select lowest resolution for faster analyze

    Tim Nolte committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    a8478b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

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

Commits on Jul 18, 2022

  1. Updated ZXing Lib

    DarkIrata committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    b9b99f3 View commit details
    Browse the repository at this point in the history
  2. Add DebugHelper.android.cs class

    DarkIrata committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    af54b7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21e4008 View commit details
    Browse the repository at this point in the history
  4. Spacings

    DarkIrata committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    4c86173 View commit details
    Browse the repository at this point in the history
  5. Allow tools folder

    DarkIrata committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    3c120fa View commit details
    Browse the repository at this point in the history
  6. Added ImageReceiver Tool

    DarkIrata committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    9ad0062 View commit details
    Browse the repository at this point in the history
  7. typo fixed

    DarkIrata committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    f978965 View commit details
    Browse the repository at this point in the history
  8. Prefere slight distortion but see whats on screen

    DarkIrata committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    6b0c54d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Use helper class CapturedImageData

    DarkIrata committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    dd2e259 View commit details
    Browse the repository at this point in the history
  2. Call AutoFocus at least once

    DarkIrata committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    c5d8631 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7af01bf View commit details
    Browse the repository at this point in the history
  4. Use ideal sizes and update accordingly

    DarkIrata committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    7248a26 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Better LuminanceSource for nv21

    DarkIrata committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    7507b08 View commit details
    Browse the repository at this point in the history
  2. Small adjustment in yuv420 to nv21 converter

    DarkIrata committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    124104c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    485a094 View commit details
    Browse the repository at this point in the history
  4. Changed ImageReader instances to 3

    DarkIrata committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    c611598 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Some Debug Helper improvements

    DarkIrata committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    b547648 View commit details
    Browse the repository at this point in the history
  2. Better initial image rotation

    DarkIrata committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    6cc85dc View commit details
    Browse the repository at this point in the history
  3. Adjusted Log Message

    DarkIrata committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    d0cfe36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8eb531c View commit details
    Browse the repository at this point in the history
  5. Moved initializing orientationdata for logging

    DarkIrata committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    e77093c View commit details
    Browse the repository at this point in the history
  6. Adjusted Optimal Sizes for quality and performance

    DarkIrata committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    4edae28 View commit details
    Browse the repository at this point in the history
  7. More samples since we got lower decode times

    DarkIrata committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    485c809 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Debug call example

    DarkIrata committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    d557537 View commit details
    Browse the repository at this point in the history
  2. adjusted how the optimal sizes get determined

    DarkIrata committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    67a8abc View commit details
    Browse the repository at this point in the history
  3. Fallback for OptimalSize

    DarkIrata committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    8b6cc79 View commit details
    Browse the repository at this point in the history
  4. More OptimalSize adjustments

    DarkIrata committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    8fe06c1 View commit details
    Browse the repository at this point in the history
  5. Fixed image bending to a certain degree

    DarkIrata committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    9f23195 View commit details
    Browse the repository at this point in the history