dlazaro66 / QRCodeReaderView

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

Custom surface view #139

Closed datnt1987 closed 7 years ago

datnt1987 commented 7 years ago

Hi guys, how I custom surface preview camera, set scanning area (FramingRects, not full screen) in QRCodeReaderView?

dlazaro66 commented 7 years ago

Actually, I removed that functionality when I created the lib. If you want to add this behavior, you'd need to checkout the ZXING code and modify it

datnt1987 commented 7 years ago

I will, thanks bro