Search found 1 match

by lill211
Sun Feb 02, 2025 4:14 am
Forum: ESP32 Arduino
Topic: Trying QR Reader with Esp32-cam
Replies: 1
Views: 1566

Trying QR Reader with Esp32-cam

Hi. I'm trying to make a QR reader and a web server at the same time, same esp32. It's possible? The code runs good, the web server works but QR reader doesn't. I think that void QRCodeReader isn't starting but I don't understand what is wrong. #include "esp_camera.h" #include <WiFi.h> #include "soc...