Create a Barcode Reader that will take images from an android phone.

Joseph sarah Js 1 Reputation point
2022-09-01T04:23:25.663+00:00

I have found plenty of expensive 3rd party applications that do this so I want write one myself instead. I have 2 problems. 1. I would need some code to grab any upc barcode from the phones camera. Or, have the user take pictures on the phone and allow the app to grab the images.
Then I need the library and sample code to grab the information off the barcode. I can populate an excel spreadsheet with the information. From what I see if you have the barcode dll libraryies the reading of the image is not really that difficult. All i find is 3rd party dll's. Are barcodes proprietary information? I would like the user to take their phone and use it like a barcode reader on any product and have my application grab that barcode information and put it in a database or file.
I have seen references to several different barcode types.

At the very least, I should think I could reverse engineer barcodes. I should be able to grab a barcode and then break down the lines into the corresponding numbers or digital information. To date I have not found any reasonably priced list of barcodes in a dll.

As a last resort, I am thinking of creating my own recognition program using OCR. I would then be able to read model number, serial number, the ups number if it is listed, and then have the user enter a descriptive name, say HP LJ 9400 color printer.

Tags have really changed. I would prefer tags vb.net C#.net

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,873 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,649 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,668 questions
{count} votes