alvarowolfx/ESP32QRCodeReader

Problems encountered when using higher resolution

lxx3f opened this issue · 0 comments

lxx3f commented

It didn't work when I changed the image size to 800*600.
Since the more complex QR codes cannot be recognized when the default image size is working, I tried to modify the image size, but it did not work
`ESP32QRCodeReader reader(CAMERA_MODEL_AI_THINKER,FRAMESIZE_QVGA);//320 * 240//Original

ESP32QRCodeReader reader(CAMERA_MODEL_AI_THINKER,FRAMESIZE_SVGA);//800 * 600//Modified
`