Re: Mobile devices and barcodes

2011-12-08 Thread Bernard Devlin
I was intrigued by this topic, so did a little research myself. First of all, I'm not particularly inclined to jump through Apple's hoops when it comes to installing applications on a phone I own. So, I only looked into doing this for Android. I came across this 6 line piece of code for reading

Re: Mobile devices and barcodes

2011-12-07 Thread stephen barncard
The code you want would be like a OCR application, and would require a bit of special processing to work. Hi contrast, sharpening, THEN the character recognition, which should work at different angles. My point is this is not trivial code. After I made these statements, I did a web search

Re: Mobile devices and barcodes

2011-12-06 Thread paolo mazza
Hi Nicolas, I went through the Sara's Stacks: BarcodeTester A very simple stack that reads data from a keyboard wedge barcode scanner. It allows you to check the raw data transmitted by the scanner as well as the ASCII data. Category: UtilityLast Updated: Wed, Apr 29, 2009 Barcodes A utility that

Re: Mobile devices and barcodes

2011-12-06 Thread paolomazza
d get import the data into an iOS application. All the best, Paolo -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Mobile-devices-and-barcodes-tp3780353p4164973.html Sent from the Revolution - User mailing list archive at Nabbl

Re: Mobile devices and barcodes

2011-12-06 Thread Nicolas Cueto
Hi Paolo, Sarah Reichelt has a couple of barcode related stacks at: http://www.troz.net/rev/index.irev?category=All#stacks I think that will solve your questions. Cheers. -- Nicolas Cueto ___ use-livecode mailing list use-livecode@lists.runrev.com P

Re: Mobile devices and barcodes

2011-12-06 Thread paolomazza
Hi Malte, I wonder if you have found a way to read a barcode with a mobile device. Any news about that? All the best Paolo Mazza -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Mobile-devices-and-barcodes-tp3780353p4163941.html Sent from the Revolution - User

Re: Mobile devices and barcodes

2011-08-31 Thread stephen barncard
If you control both ends of the system and it mainly involves mobile applications, consider using QR codes, which are designed for that purpose. On 31 August 2011 00:00, Malte Brill wrote: > Hi all, > > I am looking

Re: Mobile devices and barcodes

2011-08-31 Thread Richmond Mathewson
On 08/31/2011 10:00 AM, Malte Brill wrote: Hi all, I am looking into taking a picture of a barcode with a mobile device (must be working on Android and iOs) and then reads out the data. It should be able to read the barcode even if it is not 100% straight up, but also when the picture is slig

Mobile devices and barcodes

2011-08-31 Thread Malte Brill
Hi all, I am looking into taking a picture of a barcode with a mobile device (must be working on Android and iOs) and then reads out the data. It should be able to read the barcode even if it is not 100% straight up, but also when the picture is slightly rotated (currently I am just looking int