ESP32_Camera_System
ESP32_Camera_System copied to clipboard
WiFi Video Streaming from ESP32 Camera to ESP32 TFT
Hello! With some modification i can run the receiver part of the code, but im sure this can be better if if you as skilled developer will be upgrade the...
Its easy to add support for this camera (which has 4 MiB of PSRAM). Just, add a new pinout definition (in `ESP32_Camera_Sender/src/main.cpp`): ``` #elif defined(CAMERA_MODEL_M5STACK_MODEL_B) #define PWDN_GPIO_NUM -1 #define RESET_GPIO_NUM...
You sir, are a genius! If I ever see you I owe you a beer. I have your framework going under Ubuntu, and debugging fine! Thanks very much for your...