Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inaldor/scannerqrcode
A QrCode Scanner app
https://github.com/inaldor/scannerqrcode
avfoundation barcode-scanner camera capture capture-image capturesession metadata metadata-information nostoryboard qrcode qrcode-scanner swift
Last synced: 20 days ago
JSON representation
A QrCode Scanner app
- Host: GitHub
- URL: https://github.com/inaldor/scannerqrcode
- Owner: inaldor
- License: mit
- Created: 2020-11-10T12:37:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T01:37:40.000Z (over 4 years ago)
- Last Synced: 2025-01-20T09:49:34.358Z (22 days ago)
- Topics: avfoundation, barcode-scanner, camera, capture, capture-image, capturesession, metadata, metadata-information, nostoryboard, qrcode, qrcode-scanner, swift
- Homepage:
- Size: 950 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScannerQRCode
A QrCode Scanner app## About
This 100% code app is the result of my studies using AVFoundation to capture a session and a metadata output. It is a simple app, only to check how AVFoundantion works to capture a QRCode/BarScanner and how can I use it the best way possible.## Features
* Request authorization to access the camera of the user
* Open the camera to capture an image
* Capture a QRCode/Barscanner and show the results to the user(TODO)## Pictures
![]()
## License
This project is licensed under the [MIT License](https://github.com/inaldor/ScannerQRCode/blob/master/LICENSE)