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

  Рет қаралды 25,525

James Montemagno

James Montemagno

Күн бұрын

Пікірлер: 81
@JamesMontemagno
@JamesMontemagno Жыл бұрын
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 9 ай бұрын
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.
@seradresful
@seradresful 4 ай бұрын
I have never seen anyone who explains it simply and clearly like you. Thank You.
@cael1978
@cael1978 Ай бұрын
I never would have thought that scanning barcodes in my app could be that easy. Thank you very much for this video! 🙂
@Ezekialify
@Ezekialify Жыл бұрын
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.
@paulphillips3783
@paulphillips3783 Жыл бұрын
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 Жыл бұрын
Danke!
@flrcml69
@flrcml69 6 ай бұрын
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
@davidkim7812
@davidkim7812 4 ай бұрын
i tried your guid and it works well, my Phone is Samsung Galaxy S24+
@marcellobassiato5333
@marcellobassiato5333 9 ай бұрын
Thank you James. Really useful video, as usual. I'm the only one experiencing really poor reading performances with 1D barcodes and zxing package?
@FahadKhan-fq4zw
@FahadKhan-fq4zw Жыл бұрын
Could you please let me know which copilot you are using. Thanks a lot.
@JamesMontemagno
@JamesMontemagno Жыл бұрын
GitHub Copilot
@cesarcarvajal9483
@cesarcarvajal9483 11 ай бұрын
I have problems if the device has more than 1 rear camera
@annraoi
@annraoi 10 ай бұрын
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.
@velsenger
@velsenger 10 ай бұрын
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?
@PawnDracula
@PawnDracula Жыл бұрын
You're a big help man, keep up the good work!
@JamesMontemagno
@JamesMontemagno Жыл бұрын
Glad to help!
@dennyfiguerres447
@dennyfiguerres447 9 ай бұрын
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.
@jaimestuardo4655
@jaimestuardo4655 11 ай бұрын
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
@bytejourneycodes
@bytejourneycodes Ай бұрын
Can I attach to an already running debug session on my android phone?
@dalevross
@dalevross 4 ай бұрын
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?
@joeyireland21
@joeyireland21 4 күн бұрын
after the if(first is null) return simply add barcodeReader.IsDetecting = false
@GeorgAubele
@GeorgAubele 2 ай бұрын
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?
@joeyireland21
@joeyireland21 4 күн бұрын
after the if(first is null) return simply add barcodeReader.IsDetecting = false
@AkshayKumarSharma-d9n
@AkshayKumarSharma-d9n 6 ай бұрын
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.
@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?
@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 8 ай бұрын
@@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.
@rahul_salokhe
@rahul_salokhe Жыл бұрын
❤ do you know any plugin for infrared sensor? to use in just like tv remote app
@FredericoRegateiro
@FredericoRegateiro Жыл бұрын
Good work, and about bluetooth scanning and comunication
@TheMFMLive
@TheMFMLive 8 ай бұрын
Hi, I would like to know can I access finger print authentication in Maui application for android and ios
@gerardmark9971
@gerardmark9971 Жыл бұрын
Thanks as always, James. Would you know of a way I can detect a Barcode/QRCode from a photo with .net Maui?
@charliebrownsabstractmind
@charliebrownsabstractmind Жыл бұрын
Great video James. Can you do a video of sending data/images to a wireless printer?
@rushas
@rushas Жыл бұрын
Lovely! I assume that binding the barcode value to MVVM property is pretty straight forward
@JamesMontemagno
@JamesMontemagno Жыл бұрын
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 10 ай бұрын
Did you ever manage to implement this? I'm struggling migrating the code behind to MVVM
@lemonlearner7315
@lemonlearner7315 8 ай бұрын
guys, could you use this library using mvvm? can you share your implementation?
@DesarrolloNetArquitecturaAdmin
@DesarrolloNetArquitecturaAdmin 6 ай бұрын
thanks men, i just update my xamarin app to maui, this is so helpfull
@xxThemoritzxx
@xxThemoritzxx Жыл бұрын
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?
@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 Жыл бұрын
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
@NiteshKumar-km3to
@NiteshKumar-km3to Жыл бұрын
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 Жыл бұрын
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.
@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 11 ай бұрын
@@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?
@sreshtanallareddy8169
@sreshtanallareddy8169 10 ай бұрын
Thanks for the example, Can i know this will work for iOS devices. As I tried it didn't work for me
@JamesMontemagno
@JamesMontemagno 10 ай бұрын
absolutely!
@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
@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
@星河亿光年
@星河亿光年 Жыл бұрын
What is your outlook on the future of .NET MAUI? Will the .NET MAUI project be abandoned by Microsoft?
@rustykoenig3566
@rustykoenig3566 Жыл бұрын
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 :)
@marcobalsamo6451
@marcobalsamo6451 3 ай бұрын
Si gruoss! You are great!
@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 Жыл бұрын
@@JamesMontemagnoYa, hang on... I'm still on 7, I'll have a go at 8 after new years
@muhammedyasir345
@muhammedyasir345 10 ай бұрын
how to multiple format
@星河亿光年
@星河亿光年 Жыл бұрын
very useful!thx
@JamesMontemagno
@JamesMontemagno Жыл бұрын
You're welcome!
@neiwarecruz3519
@neiwarecruz3519 Жыл бұрын
Thanks!! Great Content
@JamesMontemagno
@JamesMontemagno Жыл бұрын
You're welcome!
@mikenazers96
@mikenazers96 Жыл бұрын
Does not support WinUI. :(
@mauraocpt9586
@mauraocpt9586 11 ай бұрын
Thanks James, useful
Starting .NET MAUI Development in 2024 - What You Need To Know
35:18
James Montemagno
Рет қаралды 86 М.
I built a QR code with my bare hands to see how it works
35:13
Veritasium
Рет қаралды 7 МЛН
Какой я клей? | CLEX #shorts
0:59
CLEX
Рет қаралды 1,9 МЛН
$1 vs $500,000 Plane Ticket!
12:20
MrBeast
Рет қаралды 122 МЛН
Dependency Injection with .NET MAUI Explained! Full Beginner's Guide
19:18
Power Apps Barcode Scanner for Inventory Records - Example App
19:21
Material Design & Free Controls for .NET MAUI with UraniumUI
16:30
Gerald Versluis
Рет қаралды 21 М.
Barcode Scanning with Google Vision and ML Kit in .NET MAUI
16:12
Gerald Versluis
Рет қаралды 17 М.
Transformers (how LLMs work) explained visually | DL5
27:14
3Blue1Brown
Рет қаралды 4,4 МЛН
.NET MAUI Signature Pad Complete Guide
15:06
James Montemagno
Рет қаралды 8 М.
Adding Fingerprint Or Face Recognition To Your .NET MAUI App
18:00
Gerald Versluis
Рет қаралды 10 М.
Hacking a Knockoff Google Chromecast - Firmware Extraction
25:04
Matt Brown
Рет қаралды 113 М.
Какой я клей? | CLEX #shorts
0:59
CLEX
Рет қаралды 1,9 МЛН