Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this barcode wrapper work with +2 and +5 UPC-A codes? #115

Closed
ethanwa opened this issue Jul 11, 2018 · 2 comments
Closed

Does this barcode wrapper work with +2 and +5 UPC-A codes? #115

ethanwa opened this issue Jul 11, 2018 · 2 comments

Comments

@ethanwa
Copy link

ethanwa commented Jul 11, 2018

If not, I'd like to request this as a feature please. Thank you! It's critical for my application and what I am using now is outdated. Thanks!

@vadymmarkov
Copy link
Contributor

There is a list of AVCaptureMetadataOutput metadata object types included by default: https://github.com/hyperoslo/BarcodeScanner/blob/master/Sources/Extensions/AVMetadataObject%2BExtensions.swift#L7. Check https://developer.apple.com/documentation/avfoundation/avcapturemetadataoutput to know if codes you're interested in are supported.

@ethanwa
Copy link
Author

ethanwa commented Sep 13, 2018

Unfortunately +2 and +5 are not supported by Apple’s built-in stuff. I am currently using a very outdated ZBar implementation that includes +2 and +5 scanning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants