com.google.zxing.binarybitmap error with handling bitmap image
问题 I have this method that reads the bitmap image to decode a qr code in a certain area in the document ( looking into four corners for qr code) Because of how i have my code it is always hitting the error message which i know that it cannot find the bitmap but i want to take this error and translate in a way that executes my remaining code which is to rotate the document and look again for the qr bitmap image. Code: Bitmap[] corners = new Bitmap[] { bandImg1, bandImg2, bandImg3, bandImg4 };