File tree 2 files changed +20
-0
lines changed
libraries/ESP32/examples/Camera/CameraWebServer
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 14
14
// #define CAMERA_MODEL_M5STACK_V2_PSRAM // M5Camera version B Has PSRAM
15
15
// #define CAMERA_MODEL_M5STACK_WIDE // Has PSRAM
16
16
// #define CAMERA_MODEL_M5STACK_ESP32CAM // No PSRAM
17
+ // #define CAMERA_MODEL_M5STACK_UNITCAM // No PSRAM
17
18
// #define CAMERA_MODEL_AI_THINKER // Has PSRAM
18
19
// #define CAMERA_MODEL_TTGO_T_JOURNAL // No PSRAM
19
20
Original file line number Diff line number Diff line change 113
113
#define HREF_GPIO_NUM 26
114
114
#define PCLK_GPIO_NUM 21
115
115
116
+ #elif defined(CAMERA_MODEL_M5STACK_UNITCAM )
117
+ #define PWDN_GPIO_NUM -1
118
+ #define RESET_GPIO_NUM 15
119
+ #define XCLK_GPIO_NUM 27
120
+ #define SIOD_GPIO_NUM 25
121
+ #define SIOC_GPIO_NUM 23
122
+
123
+ #define Y9_GPIO_NUM 19
124
+ #define Y8_GPIO_NUM 36
125
+ #define Y7_GPIO_NUM 18
126
+ #define Y6_GPIO_NUM 39
127
+ #define Y5_GPIO_NUM 5
128
+ #define Y4_GPIO_NUM 34
129
+ #define Y3_GPIO_NUM 35
130
+ #define Y2_GPIO_NUM 32
131
+ #define VSYNC_GPIO_NUM 22
132
+ #define HREF_GPIO_NUM 26
133
+ #define PCLK_GPIO_NUM 21
134
+
116
135
#elif defined(CAMERA_MODEL_AI_THINKER )
117
136
#define PWDN_GPIO_NUM 32
118
137
#define RESET_GPIO_NUM -1
You can’t perform that action at this time.
0 commit comments