iPhone simple commercial barcode reader via camera
Posted
by user347635
on Stack Overflow
See other posts from Stack Overflow
or by user347635
Published on 2010-05-22T04:46:03Z
Indexed on
2010/05/22
4:50 UTC
Read the original article
Hit count: 244
Hey all, I've done some iPhone programming (safely midlevel) and now a requirement has come up for us to write a barcode reader that uses the iPhone camera. This is not for shopping or the general public but will be for internal use. My first thought was to simply programatically take a picture, upload it to server, and have a web service or something similar handle the heavy lifting of extracting the numbers out of the bar code. However I recently installed some apps already available on the iPhone that read bar codes, refer you to shopping sites, etc. and they seem to use the video camera to identify barcodes and extract the numbers. Does anyone know how this is being done or could point me to some open source or sample code?
© Stack Overflow or respective owner