Adjust Scan area of a Zxing scanner
I am developing a application which can both generate and scan QR-Code and Barcode. I am able to do achieve what I thought but I am not able to edit scan area I mean using
CameraManager class
getFramingRect()
setManualFramingRect(int width, int height)
MA...