ReferencePointNavigation / Navatar

Low cost indoor navigation system for people who are blind
http://referencepointnavigation.com/
MIT License
9 stars 2 forks source link

QR Code Scanner Service #5

Open chebizarro opened 5 years ago

chebizarro commented 5 years ago

Create a new service which actively scans for QR codes as the user walks or on demand. The currently used QR code library is journeyapps/zxing-android-embedded. The branch qrs currently has the QR scanner launched from the main activity.

chebizarro commented 5 years ago

The RxBarcodeScanner repo has a first implementation of a barcode scanner that uses the Camera2 API which doesn't require a preview. Specific issues related to this functionality should be submitted here.