<How to read QR codes with colors using zxing in k...
# stackoverflow
u
How to read QR codes with colors using zxing in kotlin and Jetpack Compose I am using zxing in kotlin to read QR codes, and it works great, however I want to read QR codes with colors and it doesn't work, only black and white, how to do this? this one reads it well,

https://i.stack.imgur.com/8RClrt.jpg

this cannot be read,

https://i.stack.imgur.com/gIxgYt.jpg

CaptureActivityPortrait.kt class CaptureActivityPortrait: CaptureActivity() { } AndroidManifest.xml .......