Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
A WEB server on the Microcontroller with MicroPythonIntroduction | ||||||||
Line: 13 to 13 | ||||||||
Since picoweb is used in a tutorial on how to make a WebCam work on ESP32 MicroPython ![]() | ||||||||
Added: | ||||||||
> > | A WEB-camThe esp32-cam is a tiny micro-controller module, featuring an esp32 dual core micro-controller, external 4 MByte external PSRAM, an SD card socket, a camera interface and a tiny OV2640 camera. You can buy this card on aliexpress for less than 5 Euros, camera included. The goal of this project is to convert this hardware into a WEB-cam using MicroPython. A camera driver is available for the esp-idf development environment and the WEB-cam code is available for the Arduino SDK as well as for esp-idf. A few people have also tried to integrate the camera driver into MicroPython but the complete WEB-cam code for MicroPython does not exist. Here is a description on how to integrate the camera code into MicroPython. | |||||||
-- ![]() |