17
votes
8answers
3k views
How can I lookup data about a book from its barcode number?
I'm building the world's simplest library application. All I want to be able to do is scan in a book's UPC (barcode) using a typical scanner (which just types the numbers of the barcode into a field) …
7
votes
1answer
584 views
Trapping second keyboard input in (ubuntu) linux
I have written a program that gets input from a usb second keyboard (actually a barcode scanner). The problem is that if another window is active the data is input there rather than in my program. …
7
votes
5answers
999 views
How to read a barcode from an image
I'm seeking a library, technique or advice on how to read an EAN-13 barcode from an image (including ISBN,and ISSN encodings).
The image would come from a mobile phone or webcam, so resolution may be …
6
votes
10answers
605 views
Any Good Resources For Getting Started With Barcode Programming?
I want to be able to store product information in the database for a web application, I decided it would be good to use the barcode as a good product identifier. Right now I just want to be able to …
6
votes
5answers
2k views
barcode image to Code39 conversion in C#?
I have barcode images in jpg format and want to extract barcode # from those. Please help!
6
votes
4answers
4k views
Recommend an Open Source .NET Barcode Reader Library
Based on the stackoverflow question titled "Barcode- and Character Recognition component for .Net" we've discovered open source libraries for character recognition, but nothing's turned up for barcode …
5
votes
9answers
3k views
How to read a value from a barcode reader using c#
How to read a value from a barcode reader using c#.
5
votes
4answers
3k views
Read data from Bar Code Scanner in .net (C#) windows application!!
How to read data from Bar Code Scanner in .net windows application?
Can some one give the sequence of steps to be followed? I am very new to that.
4
votes
3answers
174 views
Combining semacodes and steganography?
This is an idea I have been thinking about, but I do not quite know how to solve it. I would like to know if any solutions like this exists out there, or if you guys have any idea how this could be …
4
votes
5answers
1k views
Delphi Barcode Reader Code
Anyone know of an opensource Barcode reader for Delphi, that reads barcodes from a webcam?
Update:
Thanks for all the help. I found that purchasing a cheap barcode scanner was much more efficient …
4
votes
4answers
2k views
Where can I find a “ESC/POS” Epson Barcode Test Program?
I am struggling to get an Epson "ESC/POS" printer to print barcodes (Using Delphi) and want to test if the printer is not faulty. Do you know where I can find a program to print a barcode in …
4
votes
5answers
3k views
QR code (2D barcode) coding and decoding algorithms?
Looking for free/opensource code or description of algorithms to code (simple) and decode (hard) the 2D barcode QR code.
It doesn't seem like a trivial problem, but it's so popular in Japan that …
4
votes
10answers
2k views
How to generate Code39 barcodes in vb.net
I want to create Code39 encoded barcodes from my application.
I know I can use a font for this, but I'd prefer not to as I'd have to register the font on the server and I've had some pretty bad …
3
votes
3answers
163 views
ZXing (”Zebra Crossing”) in C#
I'm looking for a good open-source library that can find and read a barcode from an image (versus using a barcode scanner). From other questions on Stack Overflow, I've found that ZXing ("Zebra …
3
votes
1answer
133 views
image to barcode recognition
Hello,
I know this has been discussed a few times on stackoverflow but I wasn't able to find a sufficient answer. For a project, I am seeking the best possible piece of software/api/library that can …
