Skip to content

Instantly share code, notes, and snippets.

View Jeoff123's full-sized avatar

Jeoff George Giby Jeoff123

  • Mavelikara, Alalpuzha, Kerala
  • 16:08 (UTC +05:30)
View GitHub Profile
@myselfgautham
myselfgautham / ESP32CameraWithButtons.ino
Last active April 27, 2024 14:16
:dependabot: AI Thinker ESP32 Camera Module WebServer With Camera Stream And Support For Custom User Interface Using HTML CSS And JavaScript 👨‍💻 => Works With Any/All ESP32 Camera Modules ✨
#include "esp_camera.h"
#include <WiFi.h>
#include "esp_timer.h"
#include "img_converters.h"
#include "Arduino.h"
#include "fb_gfx.h"
#include "soc/soc.h"
#include "soc/rtc_cntl_reg.h"
#include "esp_http_server.h"
#include "ESP32Header.h"