Re: ISBN Barecode reader in Python?

2008-05-05 Thread Max Erickson
Nick Craig-Wood [EMAIL PROTECTED] wrote: Joseph [EMAIL PROTECTED] wrote: All: I have written a program to query Amazon with ISBN and get the book details. I would like to extend so that I can read ISBN from the barcode (I will take a photo of the same using webcam or mobile). Are there

Re: ISBN Barecode reader in Python?

2008-05-05 Thread Ville M. Vainio
Max Erickson [EMAIL PROTECTED] writes: The killer application for ISBN lookup on Amazon is checking prices while in the bookstore. Being able to email a photo from your phone and then getting an email with the Amazon price in response would be way easier than typing the isbn into Google

ISBN Barecode reader in Python?

2008-05-04 Thread Joseph
All: I have written a program to query Amazon with ISBN and get the book details. I would like to extend so that I can read ISBN from the barcode (I will take a photo of the same using webcam or mobile). Are there any opensource/free SDK doing the same? As it is a hobby project, I don't like to

Re: ISBN Barecode reader in Python?

2008-05-04 Thread David
On Sun, May 4, 2008 at 1:41 PM, Joseph [EMAIL PROTECTED] wrote: All: I have written a program to query Amazon with ISBN and get the book details. I would like to extend so that I can read ISBN from the barcode (I will take a photo of the same using webcam or mobile). Are there any

Re: ISBN Barecode reader in Python?

2008-05-04 Thread Nick Craig-Wood
Joseph [EMAIL PROTECTED] wrote: All: I have written a program to query Amazon with ISBN and get the book details. I would like to extend so that I can read ISBN from the barcode (I will take a photo of the same using webcam or mobile). Are there any opensource/free SDK doing the same? As