schmich / instascan

HTML5 QR code scanner using your webcam
https://schmich.github.io/instascan/
MIT License
2.96k stars 863 forks source link

Back camera image flipped #214

Open realtebo opened 5 years ago

realtebo commented 5 years ago

In the official demo, when I use back camer, I see the image orizzontally mirrored so scan do not works,

Could you add an option to mirror it?

DaNylez commented 5 years ago

use: let scanner = new Instascan.Scanner( { video: document.getElementById('preview'), mirror: false } );

HamidReazaNikoonia commented 4 years ago

In the official demo, when I use back camer, I see the image orizzontally mirrored so scan do not works,

Could you add an option to mirror it?

How you detect a Back camera ??