gruhn / vue-qrcode-reader

A set of Vue.js components for detecting and decoding QR codes.
https://gruhn.github.io/vue-qrcode-reader
MIT License
2.03k stars 330 forks source link

I cannot access camera in mobile #338

Closed humphreymhonja closed 11 months ago

humphreymhonja commented 1 year ago

If your device defaults to the wrong camera, please open this demo. You should see a list of all cameras installed on your device. Copy the list and mark the camera that was picked by default and the camera that should actually be picked. For example like this:

FaceTime HD Camera (Built-in)     [DEFAULT]
A different Camera                [PREFERRED]
Another different Camera

Or even better, copy the name of the bad camera and add it to:

https://github.com/gruhn/vue-qrcode-reader/blob/f7fd9cc812e2a6b3f3dfcff2b418b06b270fc374/src/misc/camera.js#L33

yourself. Then open a pull request.

github-actions[bot] commented 11 months ago

This issue has been marked as stale. If there is no further activity it will be closed.