C# Tutorial - Barcode Scanner using Webcam in C# | FoxLearn

  Рет қаралды 57,266

Fox Learn

Fox Learn

Күн бұрын

Пікірлер: 104
@ducduong6328
@ducduong6328 Жыл бұрын
good video (simple & pro)
@terrycase468
@terrycase468 2 жыл бұрын
I have issue with Zxing BarcodeReader Error message "Using the generic type 'BarcodeReader' requires 1 type arguments'"
@mahiddandamun5570
@mahiddandamun5570 2 жыл бұрын
i have the same issue:
@lambres
@lambres Жыл бұрын
I have the same issue
@dailyvibessl
@dailyvibessl Жыл бұрын
@@lambres update your zxing 0.16.5
@Tashevery
@Tashevery 5 жыл бұрын
Thank you so much for your effort
@foxlearn
@foxlearn 5 жыл бұрын
You're welcome. Thank you !
@minecart4447
@minecart4447 5 жыл бұрын
what do you use to record your videos. i love your videos fox learn 🦊♥💖❤
@foxlearn
@foxlearn 5 жыл бұрын
DemoBuilder, Thank you !
@raz9707
@raz9707 5 жыл бұрын
i love you fox learn
@foxlearn
@foxlearn 5 жыл бұрын
Thank you my friend
@ibrahimyaman3401
@ibrahimyaman3401 5 жыл бұрын
Than you for this video. It is very useful. I have a problem. I wrote same codes as you wrote in video. When I run the code, the video is not displayed in picturebox. But light of my laptop camera is open, when I click the start button.
@foxlearn
@foxlearn 5 жыл бұрын
I think you missing update picturebox
@ibrahimyaman3401
@ibrahimyaman3401 5 жыл бұрын
@@foxlearn I am sure I update picturebox in event.
@ibrahimyaman3401
@ibrahimyaman3401 5 жыл бұрын
I think it is a connecting to camera problem. I couldnt solve.
@abipree
@abipree 2 жыл бұрын
I’m having exact problem. How did you solve it
@abipree
@abipree 2 жыл бұрын
Please share a solution if anyone has solved it
@digitaldefinitons
@digitaldefinitons 3 жыл бұрын
You are a man, you make very nice code videos, it works for me, but your likes and subscribers are low, I hope you come to the places you want one day Greetings from Turkey
@yieeee7859
@yieeee7859 2 жыл бұрын
I just tried it and I got an error saying 0 is not valid for selectedIndex
@florencereyes8566
@florencereyes8566 4 жыл бұрын
What type of barcode did you use in your sample?
@ArunTr
@ArunTr 5 жыл бұрын
Hi thank you for you tutorial. I have a problem with the line Result result =reader.Decode(bitmap); Is working but not read codebar
@foxlearn
@foxlearn 5 жыл бұрын
Check your barcode type. you can create a barcode, then play demo
@tinghuihuang7566
@tinghuihuang7566 4 жыл бұрын
@@foxlearn I have the same problem. But I use your code and I can't scan the barcode.Will it be related to the camera?
@ariel6764
@ariel6764 4 жыл бұрын
@@foxlearn some solution still I have the same error it works but that error comes out when leaving the camera 20 seconds without activity
@boyettt
@boyettt 4 жыл бұрын
Have you fixed this error? I have the same problem. :(
@cloud77hot40
@cloud77hot40 3 жыл бұрын
Great video FoxLearn!!! Is there a way to do the exact same but only for the program to read numbers instead of a barcode?
@sHagasOn3
@sHagasOn3 3 жыл бұрын
Muchas thank you!
@nksoftwarehouse5308
@nksoftwarehouse5308 4 жыл бұрын
Instead of scanning with webcam , I would like to scan with bar code scanner device then what should I have to do ? Could you give me any reference for me ? Thanks
@KNHSynths
@KNHSynths 4 жыл бұрын
a barcode scanner directly sends the code to the application... so nothing to do. Most of them can be recognized as a keyboard. So just connect the device to USB port, and wait for the text to come... Some devices are asking for a bit more connectivity (serial port for example), but it is not a barcode problem, it's another story, serial devices connection. All will depend on the device you want to use. If you have the choice, select one that work like a keyboard, zero code :-)
@ahmedbouafia4691
@ahmedbouafia4691 4 жыл бұрын
What type of barcode is used and does it detect the type of barcode ?
@CentroCoronelAprende
@CentroCoronelAprende 5 жыл бұрын
I like the tts voice that you use. Can you tell which?
@foxlearn
@foxlearn 5 жыл бұрын
Natural text to speech
@sometrioeng2602
@sometrioeng2602 Жыл бұрын
thanks
@cobrascar3623
@cobrascar3623 4 жыл бұрын
i see the barcode in the picture box but its still dont write it in the textbox
@balakannan9368
@balakannan9368 2 жыл бұрын
super it worked
@alirezaabedi1885
@alirezaabedi1885 5 жыл бұрын
nice
@foxlearn
@foxlearn 5 жыл бұрын
Thank you !
@انامسلموكفى
@انامسلموكفى 4 жыл бұрын
Big thanks to you i just ve qst : how can ich activate the enter key to do the sae job as another button event in the Form the button click is going to calculate somthing for example
@brianshelby8119
@brianshelby8119 4 жыл бұрын
I am keeping the values in a list view. how do i stop it from scanning multiple times?
@Blooderstokizz
@Blooderstokizz 3 жыл бұрын
if(!exist()) scan(); in the exist() check if in the list you already have that item
@vineet1085
@vineet1085 4 жыл бұрын
Hi sir, if i make this a website and upload to s3 and then run it from a mobile will it detect the camera?
@foxlearn
@foxlearn 4 жыл бұрын
Thank you for your suggestion
@grenner23
@grenner23 2 жыл бұрын
My programmer tells me this tutorial covers C# for Windows Form and does not work for a web form using an android device to scan a barcode. Tell me that's not true!?
@lerocher2182
@lerocher2182 5 жыл бұрын
Thanks sir. It the same way if I scan from scanner device? Do I loop through all devices of my computer and get a Barcode Number?
@foxlearn
@foxlearn 5 жыл бұрын
If you have a device, it's automatically scan, you will get barcode text
@Kevster-mi3ml
@Kevster-mi3ml 4 жыл бұрын
which parts of the code are different if you have a scanner device
@swordfish800
@swordfish800 4 жыл бұрын
var result = reader.Decode(bitmap); throws following error - Error CS1503 Argument 1: cannot convert from 'System.Drawing.Bitmap' to 'System.Windows.Media.Imaging.BitmapSource' BarcodeScanner C:\_Working\Development\BarcodeScanner\BarcodeScanner\Form1.cs 47 Active can you please help
@boyettt
@boyettt 4 жыл бұрын
Have you fixed this error? I have the same problem. :('
@dragonnestseaacadimi
@dragonnestseaacadimi 2 жыл бұрын
how to auto enter when barcode is been entered
@pusulaelektrikotomasyonrob6563
@pusulaelektrikotomasyonrob6563 3 жыл бұрын
I have made same, it is working very good, many thanks. I have question: It can read barcode only while straight or reverse. it can not read it in cross position with an angle. how is possible to read barcode in cross position ?
@digitaldefinitons
@digitaldefinitons 3 жыл бұрын
knk doğru translate yapıyorsun değil mi bende öyle ama bu kanal efso çarpraz okumak konusuna gelirsek kanka çarpraz okumak için kasiyer okuma aletleri varya ateş ölçme gibi ondan alcan bu yazılımı ona bağlarsan çarprazı bırak beşgende okursun
@nghiait4068
@nghiait4068 4 жыл бұрын
I like video your. Can you help me about code c#: speak by text by google voice.
@SeekersforSeekers
@SeekersforSeekers 4 жыл бұрын
i have this code... a two or three line code it requires
@ganaa72001
@ganaa72001 5 жыл бұрын
hi, thx its good tutorial. sometimes Exception thrown: 'System.NullReferenceException' in zxing.dll
@ArunTr
@ArunTr 5 жыл бұрын
Hi me to i get the same error. You fixed you problem?
@ArunTr
@ArunTr 5 жыл бұрын
Thank you so much for you explanation how you fixed. 😂😂
@foxlearn
@foxlearn 5 жыл бұрын
Thank you !
@kencai8190
@kencai8190 5 жыл бұрын
Hi, i got the same error, so could you tell me how to fix it?
@ArunTr
@ArunTr 5 жыл бұрын
@@kencai8190 yes i can tell you how i fixed : Select all and delete all code you writed about barcode tutorial. Problem is fixed ... enjoy bro
@jameelurrehman8587
@jameelurrehman8587 5 жыл бұрын
خوب
@foxlearn
@foxlearn 5 жыл бұрын
Thank you !
@khaddadimohamedyassine9559
@khaddadimohamedyassine9559 5 жыл бұрын
'EventArgs' ne contient pas de définition pour 'frame' help me
@foxlearn
@foxlearn 5 жыл бұрын
Please check your code again. thank you !!
@leamlisophara731
@leamlisophara731 4 жыл бұрын
i got an error Var result it got null. Could you solve this?
@minhphucnguyen4783
@minhphucnguyen4783 4 жыл бұрын
Visual 2013, Can make it?
@DurgeshRai
@DurgeshRai 2 жыл бұрын
Did not worked from me, I got error as - System.InvalidOperationException: 'You have to declare a delegate which converts your byte array to a luminance source object.'
@riiya7928
@riiya7928 5 жыл бұрын
I am getting for each statement cannot operate variables of type "FilterInfoCollection" because 'FilterInfoCollection' does not contain a public instance definition for 'GetEnumerator' please help me :(
@foxlearn
@foxlearn 5 жыл бұрын
Please check your code again. I think you miss something
@yasirhassan1931
@yasirhassan1931 4 жыл бұрын
Thanks for ur effort , its working good, but somtimes appear error {"Object reference not set to an instance of an object."} in line "var result = reader.Decode(bitmap);"..... How can i fix it?? Im using visual studio 2010
@bensonluis8595
@bensonluis8595 4 жыл бұрын
Have you fixed this error? I have the same problem. :(
@boyettt
@boyettt 4 жыл бұрын
Have you fixed this error? I have the same problem. :(
@kumaresha3348
@kumaresha3348 5 жыл бұрын
I am getting IndexOutOfRangeException error once i click Start button to scan Barcode?
@foxlearn
@foxlearn 5 жыл бұрын
Please check your code again. I think you miss something
@shubhamsahuSD
@shubhamsahuSD 5 жыл бұрын
😉🤘...video on some sql tech tips plz and currently i am facing problem on access data on web after reinstall ms sql server plz video on it..
@foxlearn
@foxlearn 5 жыл бұрын
I think you should check your connection string or your sql server not running
@piyushkanttripathi2953
@piyushkanttripathi2953 4 жыл бұрын
How to make omr reader using c# please make video
@balamuruganb1173
@balamuruganb1173 Жыл бұрын
Can you please share full project file?
@ArunTr
@ArunTr 5 жыл бұрын
Why is give now System.NullReferenceException.
@foxlearn
@foxlearn 5 жыл бұрын
Please check your code again. I think you miss something
5 жыл бұрын
good idea, but slow for working ...
@foxlearn
@foxlearn 5 жыл бұрын
Thank you !
@mohnasser8229
@mohnasser8229 5 жыл бұрын
Please can you make a video a bout how do I crack crack for my application or serial?
@foxlearn
@foxlearn 5 жыл бұрын
OK. Thank you for your suggestion !
@seyhasam40
@seyhasam40 3 жыл бұрын
Thank you 💖 But I can't open my camera ( follow your video) please help me 🙏
@mohammedelghazal6077
@mohammedelghazal6077 5 жыл бұрын
what's thé package nam plizzz
@foxlearn
@foxlearn 5 жыл бұрын
What do you mean?
@mohammedelghazal6077
@mohammedelghazal6077 5 жыл бұрын
@@foxlearn When I want to add zixing.net and aforge.vedio... it says it's not available can you help me ?
@AhmedSuez
@AhmedSuez 4 жыл бұрын
How to read QR using Webcam in C#
@ahmadsulieman1960
@ahmadsulieman1960 4 жыл бұрын
Can i get the source Code Please ??
@florencereyes8566
@florencereyes8566 4 жыл бұрын
Hi, I tried the code below. The program works, however it only read QR Code, it cannot read linear barcode..What to do? What I need is linear barcode reader. Thank you very much
@mhanafy21
@mhanafy21 3 жыл бұрын
I had the same problem but in a Python code. It was resolved by using a better camera. I used an iPhone camera.
@salmaazizah3490
@salmaazizah3490 3 жыл бұрын
Hello, it works perfectly. But how do i change the sensitifity of the webcam as the scanner to read the code? Because if can only read a simple barcode not a complex one
@zephaneas
@zephaneas 4 жыл бұрын
Could do without the stupid music in the bacground
C# Tutorial - QR Code Scanner using Webcam in C# | FoxLearn
8:16
C# Tutorial - How to Create barcode in RDLC Report | FoxLearn
18:09
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Barcode Scanner in .NET MAUI with ZXing.Net.Maui
15:23
Gerald Versluis
Рет қаралды 38 М.
C# Tutorial - How to use Webcam in C# | FoxLearn
5:56
Fox Learn
Рет қаралды 88 М.
C# Tutorial - Read Barcode from Image in C# | FoxLearn
4:32
Fox Learn
Рет қаралды 28 М.
Scanner  bar-code line and qr using Webcam in c#
14:54
Market Designs
Рет қаралды 4,4 М.
How to Create a Modern Sliding Sidebar | C# Winform
17:32
Coding Ideas
Рет қаралды 208 М.
C# Tutorial - Material Design for .NET WinForms | FoxLearn
10:01
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН