You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried these configurations on my Windows 11 computer (multiple browsers):
//qrbox: 100 // Size of SQUARE scanning area in middle scannable, rest shaded.
//qrbox: {width: 150, height: 150},
qrbox: qrboxFunction,
None of these produce square boxes. I can make them square by changing the browser width and height (window size). Does this effect barcode scanning ability?
What am I doing wrong? Also how do I write code that will work in any computer or smartphone with any camera aspect ratio? My code seems to have trouble reading at least small QR codes even when they are the only codes I've asked it to look for.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have tried these configurations on my Windows 11 computer (multiple browsers):
None of these produce square boxes. I can make them square by changing the browser width and height (window size). Does this effect barcode scanning ability?
What am I doing wrong? Also how do I write code that will work in any computer or smartphone with any camera aspect ratio? My code seems to have trouble reading at least small QR codes even when they are the only codes I've asked it to look for.
Beta Was this translation helpful? Give feedback.
All reactions