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 noticed an issue with Codabar barcode recognition. Specifically, the package only recognizes Codabar barcodes that start and end with the characters A, B, C, or D (ex, A123456789B).
Based on my research, while these start and end characters are commonly used, they are optional for Codabar barcodes. However, the package appears to require them for proper recognition. As a result, Codabar barcodes that do not include these start and end characters (ex, 123456789) are not detected by the code scanner.
Guten Tag, Hans here. 🍻 Thank you for your detailed report! It looks like you're experiencing an issue with Codabar barcode recognition.
From your description, it seems valid that the library is not recognizing Codabar barcodes without start and end characters, which might be a bug. However, I noticed you did not provide any logs to assist in troubleshooting—Mrousavy will need those to understand what's happening. Please ensure you log messages in your environment, such as using adb logcat for Android or checking the Xcode logs for iOS.
Additionally, I recommend trying to reproduce this issue in the VisionCamera Example app, which can help narrow down the problem.
If you're finding these issues prevalent, consider supporting the project through sponsorship for even more assistance and quicker responses!
Looking forward to your updates!
Note: If you think I made a mistake, please ping @mrousavy to take a look.
What's happening?
I noticed an issue with Codabar barcode recognition. Specifically, the package only recognizes Codabar barcodes that start and end with the characters A, B, C, or D (ex, A123456789B).
Based on my research, while these start and end characters are commonly used, they are optional for Codabar barcodes. However, the package appears to require them for proper recognition. As a result, Codabar barcodes that do not include these start and end characters (ex, 123456789) are not detected by the code scanner.
Reproduceable Code
Relevant log output
Nothing logged with `console.log`
Camera Device
Device
iPhone 14 Pro (iOS 18.1.1)
VisionCamera Version
3.32.0
Can you reproduce this issue in the VisionCamera Example app?
I didn't try (⚠️ your issue might get ignored & closed if you don't try this)
Additional information
The text was updated successfully, but these errors were encountered: