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 […]
Category: ESP32
Today I am presenting the code which also comes with built in example to stream the video of esp32-cam module. But the difference between the code which comes with built in example is that it also comes with lot of unnecessary interface which is mostly not required. All you need is to see the camera […]