Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramzijabali/qr-code-scanning-sample-android
Sample project using QR code library
https://github.com/ramzijabali/qr-code-scanning-sample-android
android camerax camerax-api compose mlkit mlkit-android qrcode qrcode-scanner
Last synced: 2 days ago
JSON representation
Sample project using QR code library
- Host: GitHub
- URL: https://github.com/ramzijabali/qr-code-scanning-sample-android
- Owner: RamziJabali
- Created: 2022-03-25T18:13:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T18:33:37.000Z (over 2 years ago)
- Last Synced: 2023-08-01T22:48:46.852Z (over 1 year ago)
- Topics: android, camerax, camerax-api, compose, mlkit, mlkit-android, qrcode, qrcode-scanner
- Language: Kotlin
- Homepage:
- Size: 406 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Code Scanning Sample Project
Sample project to process QR Codes
https://user-images.githubusercontent.com/18749441/162092742-d452260f-2e51-4a1c-b037-f61246121b9a.mp4
Libraries:
- [CameraX](https://developer.android.com/training/camerax)
- [MLKit](https://developers.google.com/ml-kit/vision/barcode-scanning/android)References:
- [MLKit Samples](https://github.com/googlesamples/mlkit/tree/master/android/vision-quickstart)