princesaoud / camera2QRcodeReader

Simple real time QR code reader implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

camera2QRcodeReader

Simple to use, real time QR code reader implementation for Android using camera2 API. Should give you an idea on how to use the new camera2 API for applications that run on Lollipop (android 21) and up using the ImageReader's surface target. The camera streams the data through and we check for a QR code in the image in real time. Hopefully this can be helpful for some people.

Comments and advices are appreciated.

About

Simple real time QR code reader implementation

License:MIT License


Languages

Language:Java 100.0%