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 want to use this package to read split QR codes.
I need to determine if it is a split QR Code by looking at the first bit of rawBytes.
But when I read it using this package, the metadata at the beginning of rawBytes seems to be missing 🤔
I tried to read the same split QR code with qr_code_scanner.
No problem, I was able to determine from the metadata that it was a split QR code.
Here are two questions.
Is there any way to check the metadata in mobile_scanner?
Why are the rawBytes values different between qr_code_scanner and mobile_scanner , even though they read the same QR Code?
I thought if qr_code_scanner can do it, mobile_scanner can do it.
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 want to use this package to read split QR codes.
I need to determine if it is a split QR Code by looking at the first bit of rawBytes.
But when I read it using this package, the metadata at the beginning of rawBytes seems to be missing 🤔
I tried to read the same split QR code with qr_code_scanner.
No problem, I was able to determine from the metadata that it was a split QR code.
Here are two questions.
qr_code_scanner
andmobile_scanner
, even though they read the same QR Code?I thought if
qr_code_scanner
can do it,mobile_scanner
can do it.Beta Was this translation helpful? Give feedback.
All reactions