yuriy-budiyev / code-scanner

Code scanner library for Android, based on ZXing
MIT License
1.09k stars 266 forks source link

Blank screen on xiaomi redmi A2 #188

Open dnnyftryn opened 11 months ago

dnnyftryn commented 11 months ago

when i started to create project with this library on lastest version but the camera is black. any solutions with this problem?

dnnyftryn commented 10 months ago

when i started with back camera. camera preview showing black screen. but when i started with front camera. camera showing the preview like nothing happen anything

pinij commented 6 months ago

I got same issue

high-tekk commented 3 months ago

Have you guys found a solution?

pinij commented 3 months ago

I workaround by add another QR-scanner library and allow user able to choose library to scan. I will improve logic to use 2 library to scan QR-code at the same time and stop scan when one of them return the 1st result.

high-tekk commented 3 months ago

@pinij Thank you!