dlazaro66 / QRCodeReaderView

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

Camera image is too dark #149

Open juanm4 opened 6 years ago

juanm4 commented 6 years ago

Hi, I am using this library to read qr codes.

I have realized that when I open QRCodeReaderView variable the image of the camera appear too dark, in contrast to the image of the default camera app of my phone.

What is going on? Why the image of QRCodeReaderView is darker than default app camera?

Thanks in advance!

juanm4 commented 6 years ago

I have read that I must disable autoexposure, and set it manually but... How Can I do this in this library?

edo26 commented 6 years ago

Just pust the CAMERA Permission it's solved by me

juanm4 commented 6 years ago

I had put the CAMERA permission in the manifest file, but the brightness is too low.

So, any other ideas?

Thanks!

urosmil commented 6 years ago

We are facing same problem too. Can this be marked as important? Compared to regular device camera app, image is much better and brighter on default one, and this darkness prevents code reading.