ESP32_CAMERA_QR icon indicating copy to clipboard operation
ESP32_CAMERA_QR copied to clipboard

Results 27 ESP32_CAMERA_QR issues
Sort by recently updated
recently updated
newest added

Is anyone able to convert this config into YAML for ESPHome?

Hey. I am trying to scan the qr code but somehow its not recognizing the qr code. I have followed the steps as in the read me doc. ![image](https://user-images.githubusercontent.com/39314292/96829030-943af200-13ed-11eb-9850-311999f817aa.png) The...

I got the lastest code today, used the CMakeLists.txt from jungu009 mentioned in https://github.com/donny681/ESP32_CAMERA_QR/issues/42 I've done this in app_main.c as mentioned in Readme under the QR Recognition section: #define CAMERA_PIXEL_FORMAT...

hi, @donny681, I got compilation error after clone your code and install "idf.py", how to solve it? Any help appreciated, thanks in advance. ------------------------- /home/bo/ESP32_CAMERA_QR/main/app_main.c:54:8: error: unknown type name 'esp_ip4_addr_t'...

I have tried to capture QR Image in grayscale as well as RGB565 format from ESP32 and tried to decode using this library https://github.com/donny681/ESP32_CAMERA_QR but could not able to decode...

It takes 2 seconds to identify, and the internal operation is basically floating-point operation,so How to improve performance

Hi: I run the QR task, it prints the error "QR: quirc_resize err", wired :( I didn't meet it before. Can you tell me why ? and how to fix...