I am using a ES32 cam to scan QR codes. For this I am using the library ESP32QRCodeReader-master. While this works fine for scanning QR codes it often repeatedly sets the QRCodeData.valid true resulting in my code repeatedly process the same QR data. There doesn't seem to be away of stopping this other handling this condition in my code. To me this looks like a bug in the library which being open source I could delve into and fix. Has anyone else encounter this problem?
Are you using the example >> basic.ino or your own code? The basic.ino runs once, only.
Not as far as I know, I was not even aware of it's existence and I don't know how to run it.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.