.NET MAUI Barcode & QR Code Scanning Like a PRO!

Поділитися
Вставка
  • Опубліковано 6 чер 2024
  • It has never been easier to scan for barcodes and QR codes in your .NET MAUI application with Zxing.Net.Maui! This awesome NuGet package enables you to embed a barcode reader control anywhere in your .NET MAUI app and scan barcodes for iOS and Android. You can even generate barcodes in your app as well!
    Links:
    Zxing.Net.Maui on GitHub: github.com/Redth/ZXing.Net.Maui
    Another Barcode scanning library: github.com/afriscic/BarcodeSc...
    Permissions Video: • Check and Request Perm...
    Chapters:
    00:00 - Intro & What is Zxing.Net.Maui?
    01:30 - Installing NuGet & Configuring Zxing.Net.Maui
    03:05 - Configuring Permissions for Scanning
    04:25 - Adding and Configuring Barcode Reader Control
    07:50 - Handling Barcode Detection
    11:00 - Wrap-up
    Using links I provide I may receive a commission if you buy something which helps support the channel.
    Join this channel to get access to perks:
    / @jamesmontemagno
    👕 Buy some swag! - jamesmontemagno.myspreadshop....
    ☕️ Buy me a coffee - www.buymeacoffee.com/jamesmon...
    Follow:
    👨‍💻 GitHub: github.com/jamesmontemagno
    🦜 Twitter: / jamesmontemagno
    📄 Website: www.montemagno.com
    📰 Newsletter: newsletter.montemagno.com/
    Disclaimer: This channel, videos, and streams are created in my spare time and are a product of me... James Montemagno! They are NOT officially affiliated or endorsed by Microsoft (my employer) in any way. Opinions and views are my own.
    What is on my hat? It is the CLE clothing logo because I am from Cleveland! Checkout their awesome CLE merch: cleclothingco.myshopify.com/
    What is that art on my wall? It is an original piece from the French street artist Gregos of La Butte Montmartre: / bcez1onhiqx
    My Setup:
    📷 Canon M50 Mark II - amzn.to/3P8R7lp
    💡 Nanoleaf Elements Lights - amzn.to/3umwJVW
    🎙 Blue Spark Microphone - amzn.to/3qgtYkq
    🎙 Blue Pop Filter - amzn.to/3jEWM3r
    🤳 Rode Microphone Arm - amzn.to/2Z68AlE
    🎧 Sony MDR7306 Headphones - amzn.to/372jxta
    📲 Stream Deck - amzn.to/373Uk1n
    🖱 MX Master 2S Mouse - amzn.to/3d7J2gj
    ⌨️ Tecware Phantom Keyboard - amzn.to/3aUP4y9
    #dotnetmaui #dotnet #visualstudio #barcode #qrcode
  • Наука та технологія

КОМЕНТАРІ • 71

  • @JamesMontemagno
    @JamesMontemagno  5 місяців тому +3

    Zxing.Net.MAUI is only one of the multiple libraries out there for barcode scanning. Looking for something using Vision & ML Kit: github.com/afriscic/BarcodeScanning.Native.Maui or github.com/JimmyPun610/BarcodeScanner.Mobile

    • @victorerzikoff1203
      @victorerzikoff1203 4 місяці тому

      What's wrong with you? Nasic thing like Collectionviews are still broken, and you guys talk about Barcode scanning!

    • @atinagarwal8114
      @atinagarwal8114 Місяць тому

      Hi James.. how can we use this on native .net7/8 IOS apps? this doesnt seem to work for them.. could u kindly provide an example please.

  • @paulphillips3783
    @paulphillips3783 5 місяців тому +2

    Thanks James. These videos are invaluable. Please keep them coming. I tried Maui earlier on and was it was missing so much functionality (which was to be expected as it was new) - seeing these advances builds hope back into the project. Time for another revisit :D Happy holidays!

  • @Ezekialify
    @Ezekialify 5 місяців тому +4

    Good, it's out of prerelease now! I implemented "0.3.0-preview.1" in a project before and it was missing so much that was already in Xamarin. I do wish it allowed for more customization with the creation of QR Codes such as icons, but happy we at least have something.

    • @zoiobnu
      @zoiobnu 5 місяців тому

      And don't forget. On xamarin we don't need to put a View on our page, we just need a method thats create all screens dynamic.

  • @PawnDracula
    @PawnDracula 5 місяців тому +1

    You're a big help man, keep up the good work!

  • @user-bu9uj3yq1i
    @user-bu9uj3yq1i 5 місяців тому

    Good work, and about bluetooth scanning and comunication

  • @velsenger
    @velsenger 2 місяці тому

    Thanks for the video James, it's a great content. I have a question, Is it possible to use 2 Formats with the same scanner? For example I'd like to use a scanner and I want to read QRCodes and Code39. Is it Possible?

  • @gerardmark9971
    @gerardmark9971 5 місяців тому

    Thanks as always, James. Would you know of a way I can detect a Barcode/QRCode from a photo with .net Maui?

  • @marcellobassiato5333
    @marcellobassiato5333 2 місяці тому

    Thank you James. Really useful video, as usual. I'm the only one experiencing really poor reading performances with 1D barcodes and zxing package?

  • @christianwyss8789
    @christianwyss8789 5 місяців тому +2

    Danke!

  • @user-mk9tv3by4n
    @user-mk9tv3by4n 5 місяців тому +1

    very useful!thx

  • @jaredmatarodriguez8716
    @jaredmatarodriguez8716 5 місяців тому

    I developed a Maui application and used it as Window Machine. My app uses scanned barcode input from a zebra scanner, but, in order to get enter or return command working I had to configure the scanner with a second of delay, otherwise it will get null as the entry value. As far as I know, there is no other solution to this.
    My question is, if I use my app in a mobile device using the camera as a reader, Will it trigger properly the return command?

  • @neiwarecruz3519
    @neiwarecruz3519 5 місяців тому

    Thanks!! Great Content

  • @rahulsalokhe200
    @rahulsalokhe200 5 місяців тому

    ❤ do you know any plugin for infrared sensor? to use in just like tv remote app

  • @jaimestuardo4655
    @jaimestuardo4655 3 місяці тому

    Hello..... that control is only for .NET 7 as I saw, right? So I used finally CameraView control which uses ZXing internally. By I have performance issues. It is slow to detect barcodes. Is there a way to increase performance? For example, by ziooming in the camera.
    Regards
    Jaime

  • @TheMFMLive
    @TheMFMLive Місяць тому

    Hi,
    I would like to know can I access finger print authentication in Maui application for android and ios

  • @rushas
    @rushas 5 місяців тому

    Lovely! I assume that binding the barcode value to MVVM property is pretty straight forward

    • @JamesMontemagno
      @JamesMontemagno  5 місяців тому +1

      Any of the properties you could on the options of course and then probably an event to command if needed for when something is scanned.

    • @habiuskorpus9329
      @habiuskorpus9329 3 місяці тому

      Did you ever manage to implement this? I'm struggling migrating the code behind to MVVM

  • @lemonlearner7315
    @lemonlearner7315 24 дні тому

    guys, could you use this library using mvvm? can you share your implementation?

  • @mauraocpt9586
    @mauraocpt9586 3 місяці тому

    Thanks James, useful

  • @robertkadar2060
    @robertkadar2060 Місяць тому

    I am fairly new in this field, so I apologise in advance for the question. When you run the emulation test, what kind of setting do you use for the camera? Did you link the camera from your physical device to the emulated one in the android device manager?

    • @JamesMontemagno
      @JamesMontemagno  Місяць тому

      Physical device has to be used

    • @christianzaragoza7575
      @christianzaragoza7575 29 днів тому

      @@JamesMontemagno Gracias por todos tus aportes, lo estaba utilizando en .net7 y funcionaba genial, en .net8 no reconoce los QR (probé en varios dispositivos físicos), habra alguna solucion para esto? Muchas gracias.

  • @DanRasmussen72
    @DanRasmussen72 5 місяців тому

    Great video! (Again) A video on how to fix the iOS keyboard hiding entry controls in Maui would be nice

    • @JamesMontemagno
      @JamesMontemagno  5 місяців тому

      I know there were lots of fixes in .NET 8… anything specific?

    • @DanRasmussen72
      @DanRasmussen72 5 місяців тому +3

      @@JamesMontemagnoYa, hang on... I'm still on 7, I'll have a go at 8 after new years

  • @FahadKhan-fq4zw
    @FahadKhan-fq4zw 4 місяці тому

    Could you please let me know which copilot you are using. Thanks a lot.

  • @muhammedyasir345
    @muhammedyasir345 2 місяці тому

    how to multiple format

  • @dennyfiguerres447
    @dennyfiguerres447 Місяць тому

    this *almost* works on Android but has bugs and needs work. the github has not been updated in months. i can scan one code but if i close the page and then return it is broken. folks are trying to help fix it but the repo owner seems to not be checking it out or updating it.

  • @charliebrownsabstractmind
    @charliebrownsabstractmind 5 місяців тому +2

    Great video James. Can you do a video of sending data/images to a wireless printer?

  • @tinylittleanj2
    @tinylittleanj2 5 місяців тому

    Can you test this with the emulator or do you need an actual android phone to get the camera?
    Or does the windows emulator activate the computer webcam?

    • @mmillennial
      @mmillennial 5 місяців тому +1

      You can use the Android emulator to simulate a camera in a little 3D world, and you can put custom images on the walls.

    • @tinylittleanj2
      @tinylittleanj2 5 місяців тому

      @@mmillennial thanks. I'll check it out

  • @Quebster
    @Quebster 5 місяців тому

    Have you actually tried it on any iPhone with 3+ lenses? It doesn’t focus up close and makes it very difficult to scan barcodes.

    • @JamesMontemagno
      @JamesMontemagno  5 місяців тому

      I haven't, but would be worth openign an issue on github or loking at github.com/afriscic/BarcodeScanning.Native.Maui perhaps too

  • @xxThemoritzxx
    @xxThemoritzxx 5 місяців тому +1

    nice video. what about the MLKit from Google doing this? and complete OCR Scanning? e.g. scanning text from images.
    greetings

    • @JamesMontemagno
      @JamesMontemagno  5 місяців тому

      Something like: github.com/afriscic/BarcodeScanning.Native.Maui would work too

    • @xxThemoritzxx
      @xxThemoritzxx 5 місяців тому

      @@JamesMontemagno thanks for the answer. Does the textrecognition function from the MLKit work too?

  • @backyardbirder4941
    @backyardbirder4941 3 місяці тому

    I was trying to get Zxing to work with .net 8 but could not. It looks like you were able to install with a .net 8 project. Can you explain how? Thanks...

    • @JamesMontemagno
      @JamesMontemagno  3 місяці тому

      Take a look at the project and make sure you have the correct nuget package

  • @sreshtanallareddy8169
    @sreshtanallareddy8169 3 місяці тому

    Thanks for the example, Can i know this will work for iOS devices.
    As I tried it didn't work for me

  • @cesarcarvajal9483
    @cesarcarvajal9483 3 місяці тому +1

    I have problems if the device has more than 1 rear camera

    • @annraoi
      @annraoi 2 місяці тому

      I am experiencing an issue with my iPhone 15 Pro. Although the camera loads, it fails to detect anything. However, when I tested it on an iPad mini, it worked perfectly fine. The breakpoints do not get triggered when on the BarcodeReader_OnBarcodesDetected, indicating that it has not been detected when running on the iPhone.

  • @YarnellCrew
    @YarnellCrew 5 місяців тому

    Can you add more then one format of barcode at a time, or can you only pick one?

    • @JamesMontemagno
      @JamesMontemagno  5 місяців тому

      You can pick multiple. There is even an All option

    • @cesarcarvajal9483
      @cesarcarvajal9483 3 місяці тому

      @@JamesMontemagno What would be the option for all?

    • @matthewbartholomew8624
      @matthewbartholomew8624 3 місяці тому

      @@JamesMontemagno Is there an option for customization though? From what I can see, there are preset enums for All, 1-dimensional, and 2-dimensional, but what if we want to use a custom subset?

  • @NiteshKumar-km3to
    @NiteshKumar-km3to 4 місяці тому

    Thanks james but the thing is the barcode scanner is not working for android 13 devices please guide me how to resolve this

    • @JamesMontemagno
      @JamesMontemagno  4 місяці тому +1

      My app I showed in the video was running on Android 13... seems to work for me.

    • @DJone4one
      @DJone4one 3 місяці тому

      I also had a mistake. AMM001 or something, an SDK version that was incompatible with some other version.
      In the Android manifest file, after the camera (Required permissions) has been activated, the minimu and target android version must be set.
      At minimum I have android 11
      for target I have 13.
      The build process was successful. And then the app is also started in the emulator.

  • @user-mk9tv3by4n
    @user-mk9tv3by4n 5 місяців тому +1

    What is your outlook on the future of .NET MAUI? Will the .NET MAUI project be abandoned by Microsoft?

    • @rustykoenig3566
      @rustykoenig3566 4 місяці тому

      YES! It WILL be abandoned by Microsoft in the future... just like everything else in the past. But wait... that goes for pretty much ANYTHING... When everyone rode horses as their universal transportation solution... somebody built the automobile and for a time everyone riding horses laughed at the rare auto going down the dirt roads as they easily got stuck in the mud... slow, clucky and even sometimes when they got on their horse and started to ride off, the one in the auto had to get out and fiddle with the thing to even get it STARTED and READY to "ride off". But as time went on, more and more autos filled the rugged streets and roads and advancements in them started to happen and more of them showed up and now they start passing the people riding the outdated horses but people still clung to the horse. And then a time came when those on horseback just got in the way of the auto driving people and the autos were passing the hroses on the road and laughing at the slow, clunky, mind of their transportation that just got in the way. Now apply this story to .NET MAUI and the company that manufactures it :)

  • @mikenazers96
    @mikenazers96 5 місяців тому

    Does not support WinUI. :(

  • @zoiobnu
    @zoiobnu 5 місяців тому

    You don't show anything about barcode, but instead just for QrCode.

    • @JamesMontemagno
      @JamesMontemagno  5 місяців тому

      Same code, as I showed it is just the type of barcode you are scanning for