this post was submitted on 15 Feb 2025
13 points (100.0% liked)

Programming

18439 readers
395 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/26048405

Because, we have here something called "Swiss Qr Bill" (standardized e-bill with Qr code) and some shops send you the bill via email. Would be nice, if i could just tap the qr-image and open with app.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 week ago

Cognex Barcode Scanner is not open source but it is the best. It's basically just a demo frontend for a commercial barcode programming library so they are not trying to monetize the app itself. It supports everything! Not just QR code but every kind of barcode. I used to work in logistics and I used it to scan all the different barcodes on shipping labels.

When you scan a barcode you can choose to open, copy, share. Open launches your default web browser. If the barcode isn't a URL, it all give a search option and you can configure your preferred search engine. It can scan images from your gallery or use your camera. But the important part is it won't do anything with the scanned data until you tell it to.