I need to scan QR code with opposite color i.e black background & white block
So please help me ,how to invert the image & scan the inverted qr code
I need to scan QR code with opposite color i.e black background & white block
So please help me ,how to invert the image & scan the inverted qr code
Hi, use the http://docs.openmv.io/library/omv.image.html#image.image.negate method or invert() method on the image before calling the find_qrcodes() method.