unlobito / skunk

Easy access to your store cards and other barcodes from your Pebble.
Other
29 stars 14 forks source link

Use zxingorg to scan barcodes inside the config panel. #12

Open unlobito opened 9 years ago

unlobito commented 9 years ago

zxingorg could be used with a HTML upload form to scan barcodes inside the config panel.

If done, the UI needs to explain this is not a real time scan and zxingorg needs a clear photo of the barcode.

Suggested by /u/fediaFedia

n4ru commented 9 years ago

Any progress on this? I'm having major headaches playing guessing games when trying to import codes, especially for ones that I don't actually recognize the type of barcode. I'd donate for something like this to be implemented properly.

unlobito commented 9 years ago

@n4ru It's next up on my task list. (:

In the mean time, I'd advise using something like Manatee Works' Barcode Scanner which will allow you to see the barcode type and copy the data into skunk.

unlobito commented 8 years ago

Started work on this in https://github.com/henriwatson/skunk-config/commit/7604b5d004888bd32b9024c5fbe90599bc322269

Works fine for the barcode content but doesn't fill in the barcode type. Might have to fork https://github.com/ecin/zxing.rb to better deal with that.