hchiam / qr-code-auto-previewer

QR Code Auto-Previewer
https://codepen.io/hchiam/full/LoLdZW
MIT License
1 stars 0 forks source link

Need to actually disable QR code scanning #1

Open hchiam opened 5 years ago

hchiam commented 5 years ago

Problem:

Looking at the web dev tools, the QR code is still being read.

Solution:

1) Figure out how to access webcam (without scanning QR code) https://stackoverflow.com/questions/9644612/access-webcam-without-flash/9646193#9646193 2) Test it on a mobile device. 3) See if it reduces power usage on a mobile device.

hchiam commented 5 years ago

commit c54128e245a12d1e2dd9ea4e54c0f39a4a9aa06f only partially solves this; still would ideally like to have auto-preview with webcam (sans qr code scanning)