jameszah / ESP32-CAM-Video-Telegram

Record avi video on ESP32-CAM and send to Telegram on event or request
GNU General Public License v3.0
113 stars 26 forks source link

ESP-Eye (Thanks for the Code) #12

Closed jimthedj65 closed 2 years ago

jimthedj65 commented 2 years ago

Hi James,

just to let you know that I appreciate your work and I have adapted this to ESP-EYE and disabled the pir part until I get a sensor.

the defines I used are below also flash is pin 22 for the white onboard led

define CAMERA_MODEL_ESP_EYE

define PWDN_GPIO_NUM -1

define RESET_GPIO_NUM -1

define XCLK_GPIO_NUM 4

define SIOD_GPIO_NUM 18

define SIOC_GPIO_NUM 23

define Y9_GPIO_NUM 36

define Y8_GPIO_NUM 37

define Y7_GPIO_NUM 38

define Y6_GPIO_NUM 39

define Y5_GPIO_NUM 35

define Y4_GPIO_NUM 14

define Y3_GPIO_NUM 13

define Y2_GPIO_NUM 34

define VSYNC_GPIO_NUM 5

define HREF_GPIO_NUM 27

define PCLK_GPIO_NUM 25