eloquentarduino / EloquentEsp32cam

Use your Esp32-cam like an expert
GNU General Public License v3.0
85 stars 16 forks source link

Add support on Seeed Studio Xiao ESP32S3 Sense #5

Closed aliffathoni closed 5 months ago

aliffathoni commented 12 months ago

Tested setting on ver 1.1.1

sam43054 commented 8 months ago

can you also add ESP32 PSRAM Timer Camera X (OV3660). by M5Stack. --SKU: U082-X

define PWDN_GPIO_NUM -1

define RESET_GPIO_NUM 15

define XCLK_GPIO_NUM 27

define SIOD_GPIO_NUM 25

define SIOC_GPIO_NUM 23

define Y9_GPIO_NUM 19

define Y8_GPIO_NUM 36

define Y7_GPIO_NUM 18

define Y6_GPIO_NUM 39

define Y5_GPIO_NUM 5

define Y4_GPIO_NUM 34

define Y3_GPIO_NUM 35

define Y2_GPIO_NUM 32

define VSYNC_GPIO_NUM 22

define HREF_GPIO_NUM 26

define PCLK_GPIO_NUM 21

define CAMERA_LED_GPIO 2

define BAT_OUTPUT_HOLD_PIN 33

define BAT_ADC_PIN 38

define Ext_PIN_1 4

define Ext_PIN_2 13

eloquentarduino commented 5 months ago

It has been from the beginning of version 2:

camera.pinout.m5_timer();
camera.pinout.xiao();