I cannot figure out how to disable the barcode option on the windows app. I would like to use it with a webcam, but sometimes it will just input a random barcode because the program thinks it sees something. I would like it to only scan QR codes, nothing else. Any ideas?
Have you tried these options?
-Sdisable -Sqrcode.enable
The first one disables all symboligies, the second (re-)enables qr codes.
Thank you! That worked perfectly.