Categories
ESP32 ESP32-CAM

ESP32-CAM QR Reader with Next.js API

In our previous post we created a Next.js 14 API example code for QR code decoding. Now we are going to consume that API end point in our ESP32-CAM. The main challenges is that, how to capture the image? How to convert that image into the base64 encoding in Arduino environment? How to send that […]