Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • B Barcode library
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Frameworks
  • Barcode library
  • Merge requests
  • !15

Add barcode scanner component for barcode scanning from live video

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Volker Krause requested to merge vkrause/prison:work/barcode-scanner into master Feb 22, 2022
  • Overview 45
  • Commits 2
  • Pipelines 11
  • Changes 20

This follows similar code that we have a few copies of already (Kaidan, Qrca), but updates it to newer ZXing API to use zero-copy scanning at least on all video formats that ZXing can consume directly.

There are a number of apps wanting/needing this (Keysmith, Vakzination, Itinerary) beyond the ones already having similar code, so having it in Frameworks makes sense.

Qt6 changes the way how to integrate video analysis into QtMultimedia video feeds significantly, which is another reason to focus on a single implementation here.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: work/barcode-scanner