I have issue with Zxing BarcodeReader Error message "Using the generic type 'BarcodeReader' requires 1 type arguments'"
@mahiddandamun55702 жыл бұрын
i have the same issue:
@lambres Жыл бұрын
I have the same issue
@dailyvibessl Жыл бұрын
@@lambres update your zxing 0.16.5
@Tashevery5 жыл бұрын
Thank you so much for your effort
@foxlearn5 жыл бұрын
You're welcome. Thank you !
@minecart44475 жыл бұрын
what do you use to record your videos. i love your videos fox learn 🦊♥💖❤
@foxlearn5 жыл бұрын
DemoBuilder, Thank you !
@raz97075 жыл бұрын
i love you fox learn
@foxlearn5 жыл бұрын
Thank you my friend
@ibrahimyaman34015 жыл бұрын
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.
@foxlearn5 жыл бұрын
I think you missing update picturebox
@ibrahimyaman34015 жыл бұрын
@@foxlearn I am sure I update picturebox in event.
@ibrahimyaman34015 жыл бұрын
I think it is a connecting to camera problem. I couldnt solve.
@abipree2 жыл бұрын
I’m having exact problem. How did you solve it
@abipree2 жыл бұрын
Please share a solution if anyone has solved it
@digitaldefinitons3 жыл бұрын
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
@yieeee78592 жыл бұрын
I just tried it and I got an error saying 0 is not valid for selectedIndex
@florencereyes85664 жыл бұрын
What type of barcode did you use in your sample?
@ArunTr5 жыл бұрын
Hi thank you for you tutorial. I have a problem with the line Result result =reader.Decode(bitmap); Is working but not read codebar
@foxlearn5 жыл бұрын
Check your barcode type. you can create a barcode, then play demo
@tinghuihuang75664 жыл бұрын
@@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?
@ariel67644 жыл бұрын
@@foxlearn some solution still I have the same error it works but that error comes out when leaving the camera 20 seconds without activity
@boyettt4 жыл бұрын
Have you fixed this error? I have the same problem. :(
@cloud77hot403 жыл бұрын
Great video FoxLearn!!! Is there a way to do the exact same but only for the program to read numbers instead of a barcode?
@sHagasOn33 жыл бұрын
Muchas thank you!
@nksoftwarehouse53084 жыл бұрын
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
@KNHSynths4 жыл бұрын
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 :-)
@ahmedbouafia46914 жыл бұрын
What type of barcode is used and does it detect the type of barcode ?
@CentroCoronelAprende5 жыл бұрын
I like the tts voice that you use. Can you tell which?
@foxlearn5 жыл бұрын
Natural text to speech
@sometrioeng2602 Жыл бұрын
thanks
@cobrascar36234 жыл бұрын
i see the barcode in the picture box but its still dont write it in the textbox
@balakannan93682 жыл бұрын
super it worked
@alirezaabedi18855 жыл бұрын
nice
@foxlearn5 жыл бұрын
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
@brianshelby81194 жыл бұрын
I am keeping the values in a list view. how do i stop it from scanning multiple times?
@Blooderstokizz3 жыл бұрын
if(!exist()) scan(); in the exist() check if in the list you already have that item
@vineet10854 жыл бұрын
Hi sir, if i make this a website and upload to s3 and then run it from a mobile will it detect the camera?
@foxlearn4 жыл бұрын
Thank you for your suggestion
@grenner232 жыл бұрын
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!?
@lerocher21825 жыл бұрын
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?
@foxlearn5 жыл бұрын
If you have a device, it's automatically scan, you will get barcode text
@Kevster-mi3ml4 жыл бұрын
which parts of the code are different if you have a scanner device
@swordfish8004 жыл бұрын
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
@boyettt4 жыл бұрын
Have you fixed this error? I have the same problem. :('
@dragonnestseaacadimi2 жыл бұрын
how to auto enter when barcode is been entered
@pusulaelektrikotomasyonrob65633 жыл бұрын
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 ?
@digitaldefinitons3 жыл бұрын
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
@nghiait40684 жыл бұрын
I like video your. Can you help me about code c#: speak by text by google voice.
@SeekersforSeekers4 жыл бұрын
i have this code... a two or three line code it requires
@ganaa720015 жыл бұрын
hi, thx its good tutorial. sometimes Exception thrown: 'System.NullReferenceException' in zxing.dll
@ArunTr5 жыл бұрын
Hi me to i get the same error. You fixed you problem?
@ArunTr5 жыл бұрын
Thank you so much for you explanation how you fixed. 😂😂
@foxlearn5 жыл бұрын
Thank you !
@kencai81905 жыл бұрын
Hi, i got the same error, so could you tell me how to fix it?
@ArunTr5 жыл бұрын
@@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
@jameelurrehman85875 жыл бұрын
خوب
@foxlearn5 жыл бұрын
Thank you !
@khaddadimohamedyassine95595 жыл бұрын
'EventArgs' ne contient pas de définition pour 'frame' help me
@foxlearn5 жыл бұрын
Please check your code again. thank you !!
@leamlisophara7314 жыл бұрын
i got an error Var result it got null. Could you solve this?
@minhphucnguyen47834 жыл бұрын
Visual 2013, Can make it?
@DurgeshRai2 жыл бұрын
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.'
@riiya79285 жыл бұрын
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 :(
@foxlearn5 жыл бұрын
Please check your code again. I think you miss something
@yasirhassan19314 жыл бұрын
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
@bensonluis85954 жыл бұрын
Have you fixed this error? I have the same problem. :(
@boyettt4 жыл бұрын
Have you fixed this error? I have the same problem. :(
@kumaresha33485 жыл бұрын
I am getting IndexOutOfRangeException error once i click Start button to scan Barcode?
@foxlearn5 жыл бұрын
Please check your code again. I think you miss something
@shubhamsahuSD5 жыл бұрын
😉🤘...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..
@foxlearn5 жыл бұрын
I think you should check your connection string or your sql server not running
@piyushkanttripathi29534 жыл бұрын
How to make omr reader using c# please make video
@balamuruganb1173 Жыл бұрын
Can you please share full project file?
@ArunTr5 жыл бұрын
Why is give now System.NullReferenceException.
@foxlearn5 жыл бұрын
Please check your code again. I think you miss something
5 жыл бұрын
good idea, but slow for working ...
@foxlearn5 жыл бұрын
Thank you !
@mohnasser82295 жыл бұрын
Please can you make a video a bout how do I crack crack for my application or serial?
@foxlearn5 жыл бұрын
OK. Thank you for your suggestion !
@seyhasam403 жыл бұрын
Thank you 💖 But I can't open my camera ( follow your video) please help me 🙏
@mohammedelghazal60775 жыл бұрын
what's thé package nam plizzz
@foxlearn5 жыл бұрын
What do you mean?
@mohammedelghazal60775 жыл бұрын
@@foxlearn When I want to add zixing.net and aforge.vedio... it says it's not available can you help me ?
@AhmedSuez4 жыл бұрын
How to read QR using Webcam in C#
@ahmadsulieman19604 жыл бұрын
Can i get the source Code Please ??
@florencereyes85664 жыл бұрын
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
@mhanafy213 жыл бұрын
I had the same problem but in a Python code. It was resolved by using a better camera. I used an iPhone camera.
@salmaazizah34903 жыл бұрын
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
@zephaneas4 жыл бұрын
Could do without the stupid music in the bacground