m5stack / M5Stack-Camera

Base espressif esp32-camera
200 stars 104 forks source link

not working on M5Camera TELEC compatible ver. #2

Closed skishida closed 5 years ago

skishida commented 5 years ago

By reference this tweet from @ M5Stack, some pin configuration on m5stack-cam-psram/main/main.c should need to change.

LINE BEFORE AFTER
23 #define CAM_PIN_SIOD 25 #define CAM_PIN_SIOD 22
35 #define CAM_PIN_VSYNC 22 #define CAM_PIN_VSYNC 25
EeeeBin commented 5 years ago

thanks, now add it in readme