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

Поделиться
HTML-код
  • Опубликовано: 31 дек 2024

Комментарии •

  • @JamesMontemagno
    @JamesMontemagno  Год назад +5

    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 11 месяцев назад

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

    • @atinagarwal8114
      @atinagarwal8114 8 месяцев назад

      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.

  • @cael1978
    @cael1978 13 дней назад

    I never would have thought that scanning barcodes in my app could be that easy. Thank you very much for this video! 🙂

  • @seradresful
    @seradresful 3 месяца назад +3

    I have never seen anyone who explains it simply and clearly like you. Thank You.

  • @paulphillips3783
    @paulphillips3783 Год назад +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!

  • @christianwyss8789
    @christianwyss8789 Год назад +2

    Danke!

  • @Ezekialify
    @Ezekialify Год назад +5

    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.

  • @davidkim7812
    @davidkim7812 3 месяца назад +2

    i tried your guid and it works well, my Phone is Samsung Galaxy S24+

  • @flrcml69
    @flrcml69 6 месяцев назад +1

    Hi James. How to implement this control to combine with Entry control and activate it only when focus is on Entry? For Example Entry product code with barcode ean 13 and request result is the description of product on a label the my app? Thanks

  • @PawnDracula
    @PawnDracula Год назад +1

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

  • @marcellobassiato5333
    @marcellobassiato5333 9 месяцев назад +1

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

  • @dalevross
    @dalevross 3 месяца назад +1

    Hi James,
    I followed your example in my application and the BarcodesDetected handler is fired multiple times when I try to scan a barcode I generated or even one that I saw on my laptop. Any ideas?

  • @FredericoRegateiro
    @FredericoRegateiro Год назад

    Good work, and about bluetooth scanning and comunication

  • @bytejourneycodes
    @bytejourneycodes Месяц назад

    Can I attach to an already running debug session on my android phone?

  • @DesarrolloNetArquitecturaAdmin
    @DesarrolloNetArquitecturaAdmin 5 месяцев назад

    thanks men, i just update my xamarin app to maui, this is so helpfull

  • @velsenger
    @velsenger 9 месяцев назад

    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?

  • @GeorgAubele
    @GeorgAubele 2 месяца назад +1

    I have one little problem with your code: When I scan a QR Code, I get the message as wanted - but I get a lot of them! I have to press OK about 15 to 20 times. Is there a way to stop that process after the first QR Code recognition?

  • @AkshayKumarSharma-d9n
    @AkshayKumarSharma-d9n 5 месяцев назад

    Hi James, not able to detect qr code on some specific devices. Could you please suggest any work around or any solution. The camera view just scans the qr code but not proceeds further.

  • @dennyfiguerres447
    @dennyfiguerres447 8 месяцев назад +1

    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.

  • @rahul_salokhe
    @rahul_salokhe Год назад

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

  • @marcobalsamo6451
    @marcobalsamo6451 3 месяца назад

    Si gruoss! You are great!

  • @jaredmatarodriguez8716
    @jaredmatarodriguez8716 Год назад

    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?

  • @TheMFMLive
    @TheMFMLive 8 месяцев назад

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

  • @rushas
    @rushas Год назад

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

    • @JamesMontemagno
      @JamesMontemagno  Год назад +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 9 месяцев назад

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

  • @cesarcarvajal9483
    @cesarcarvajal9483 10 месяцев назад +1

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

    • @annraoi
      @annraoi 9 месяцев назад

      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.

  • @jaimestuardo4655
    @jaimestuardo4655 10 месяцев назад

    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

  • @gerardmark9971
    @gerardmark9971 Год назад

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

  • @robertkadar2060
    @robertkadar2060 8 месяцев назад

    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  8 месяцев назад

      Physical device has to be used

    • @christianzaragoza7575
      @christianzaragoza7575 7 месяцев назад

      @@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.

  • @xxThemoritzxx
    @xxThemoritzxx Год назад +1

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

    • @JamesMontemagno
      @JamesMontemagno  Год назад

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

    • @xxThemoritzxx
      @xxThemoritzxx Год назад

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

  • @charliebrownsabstractmind
    @charliebrownsabstractmind Год назад +2

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

  • @星河亿光年
    @星河亿光年 Год назад +1

    very useful!thx

  • @lemonlearner7315
    @lemonlearner7315 7 месяцев назад

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

  • @FahadKhan-fq4zw
    @FahadKhan-fq4zw 11 месяцев назад

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

  • @neiwarecruz3519
    @neiwarecruz3519 Год назад

    Thanks!! Great Content

  • @NiteshKumar-km3to
    @NiteshKumar-km3to 11 месяцев назад

    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  11 месяцев назад +1

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

    • @DJone4one
      @DJone4one 10 месяцев назад

      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.

  • @muhammedyasir345
    @muhammedyasir345 9 месяцев назад

    how to multiple format

  • @tinylittleanj2
    @tinylittleanj2 Год назад

    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 Год назад +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 Год назад

      @@mmillennial thanks. I'll check it out

  • @YarnellCrew
    @YarnellCrew Год назад

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

    • @JamesMontemagno
      @JamesMontemagno  Год назад

      You can pick multiple. There is even an All option

    • @cesarcarvajal9483
      @cesarcarvajal9483 10 месяцев назад

      @@JamesMontemagno What would be the option for all?

    • @matthewbartholomew8624
      @matthewbartholomew8624 10 месяцев назад

      @@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?

  • @Quebster
    @Quebster Год назад

    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  Год назад

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

  • @sreshtanallareddy8169
    @sreshtanallareddy8169 9 месяцев назад

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

  • @backyardbirder4941
    @backyardbirder4941 10 месяцев назад

    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  10 месяцев назад

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

  • @DanRasmussen72
    @DanRasmussen72 Год назад

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

    • @JamesMontemagno
      @JamesMontemagno  Год назад

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

    • @DanRasmussen72
      @DanRasmussen72 Год назад +3

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

  • @mauraocpt9586
    @mauraocpt9586 10 месяцев назад

    Thanks James, useful

  • @星河亿光年
    @星河亿光年 Год назад +1

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

    • @rustykoenig3566
      @rustykoenig3566 11 месяцев назад

      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 Год назад

    Does not support WinUI. :(