ESP32-S3 Arduino IDE 1.8.19 arduino-esp32 core 2.0.14Aleksandar Posts: 3 Joined: Sun Feb 25, 2024 2:14 pm Re: ESP32-Camera QR code readerby Aleksandar » Mon Feb 26, 2024 6:04 pm Thank you very much for your reply, but I would send the data to the server and based on the...
This library comes with a number of example sketches. See File > Examples > ESP32QRCodeReader within the Arduino application. You can see them on theexamplesfolder on this repository. Basic example: #include <ESP32QRCodeReader.h> // See available models on README.md or ESP32CameraPins.h...