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

Reading BARCODE from Gallery #649

Open
fdikmen opened this issue Mar 16, 2024 · 2 comments
Open

Reading BARCODE from Gallery #649

fdikmen opened this issue Mar 16, 2024 · 2 comments

Comments

@fdikmen
Copy link

fdikmen commented Mar 16, 2024

I can read BARCODE using your library. How can I do this on images in the gallery instead of live camera?

I mean how can I extract the barcode from an existing image?

@olcaneristi
Copy link

I don't think this will be possible with react-native-camera-kit. This package will not provide you with anything other than barcode scanning and capture photo.

You can scan barcodes by selecting them from the gallery with packages like rn-qr-generator. (for scan barcode), react-native-image-picker or react-native-camera-roll (select from gallery). These packages can generate and capture QR/Barcodes within themselves.

@fdikmen
Copy link
Author

fdikmen commented Mar 25, 2024

Thanks. I've already done what I wanted to do using rn-qr-generator. But the reason I'm writing here is why shouldn't such a feature be added to react-native-camera-kit?

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

2 participants