miller46 / digital-identity

Ethereum based digital identity system
MIT License
20 stars 12 forks source link

Rear camera not working on Android #2

Open miller46 opened 6 years ago

miller46 commented 6 years ago

Seems to be an issue with the library Instascan. The rear camera doesn't work on my Android device. I get the error "failed to start camera service" returned in the promise.

I tried to start the scanner like so:

if (scanner) { scanner.start(cameras[1]; }