dlazaro66 / QRCodeReaderView

Modification of ZXING Barcode Scanner project for easy Android QR-Code detection and AR purposes
1.9k stars 491 forks source link

QRView activity display for 2 secs and close signalling method for QRImageNotFound #48

Closed iC00kScripts closed 8 years ago

iC00kScripts commented 8 years ago

I implemented this but whenever i try to scan a QR, the view comes up for a second or two and then closes. When I log.d the methods ot QRCodeReaderView, it shows that method onQRImageNotFound was aalways called immediately. Please help

dlazaro66 commented 8 years ago

Please can you provide further details about this?

dlazaro66 commented 8 years ago

Please re-open this if you can provide further details.

iC00kScripts commented 8 years ago

Sorry bro, thought I replied the mail I got from github. I had to remove the onQRCodeNotFound method and it worked just fine. Used it for 3 projects now.. ;)