Is there a QR-code scanner for compose desktop tha...
# compose-desktop
j
Is there a QR-code scanner for compose desktop that scans from webcam? It has to work on Mac M1 JVM It can be a java, I just need to run it in Mac M1 JVM
k
From webcam or an image file?
j
From webcam
k
You’d combine something like JavaCV for getting frames from a webcam with Zxing for parsing the qr code out of it
j
Hmmm
w
j
Thanks!