cloudpower / qr2wifi

node.js application to connect to a wireless network using credentials read from a QR code via a webcam (Linux only)
1 stars 2 forks source link

replace the zbarcam call with something lighter weight #1

Open drewbharris opened 11 years ago

drewbharris commented 11 years ago

it doesn't really run on the Pi. we should look at maybe taking a photo with the webcam and then scanning it (zbarimg works on images and might be light)

mike-anderson commented 11 years ago

We can also look into forking https://github.com/fsphil/fswebcam

On Friday, March 1, 2013, drew harris wrote:

it doesn't really run on the Pi. we should look at maybe taking a photo with the webcam and then scanning it (zbarimg works on images and might be light)

— Reply to this email directly or view it on GitHubhttps://github.com/cloudpower/qr2wifi/issues/1 .

drewbharris commented 11 years ago

nice, i wonder how it would perform on a pi

mike-anderson commented 11 years ago

surprisingly well

On Friday, March 1, 2013, drew harris wrote:

nice, i wonder how it would perform on a pi

— Reply to this email directly or view it on GitHubhttps://github.com/cloudpower/qr2wifi/issues/1#issuecomment-14300146 .