dlazaro66 / QRCodeReaderView

Modification of ZXING Barcode Scanner project for easy Android QR-Code detection and AR purposes
1.9k stars 491 forks source link

Enable torch , but flashlight does not light up , no option , no checkbox to check #169

Closed dinitri closed 6 years ago

dinitri commented 6 years ago

Cannot activate flashlight, android version 6.0.1 no checkbox, no option to check

dinitri commented 6 years ago

Hi, again , found the problem , the setTorchEnaled(true) does not work in OnCreate() method but when called again by a button click for example , it works perfectly .