ArduCAM_ESP32S_UNO_PSRAM
ArduCAM_ESP32S_UNO_PSRAM copied to clipboard
Trying to run the ARDUCAM SPI_CAMERA EXAMPLE but I get failure with SDcard. Messages log: >>>>>> ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x12 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock...
### Hardware: Board: ArduCam ESP32 UNO PSRAM Core Installation/update date: I don't know. I am using ArduCAM version 1.0.0 using board manager IDE name: Arduino Flash Frequency: 80 PSRAM enabled:...
### Hardware: Board: ESP32-WROVER-IE (ESP32-DevKitC- VIE 8MB Flash 8MB PSRAM) and ArduCam 2MP OV2640 1/4” CMOS (UC-265, 20 pins) IDE name: Arduino IDE Flash Frequency: 80Mhz PSRAM enabled: yes Upload...
Removed redundant Serial.begin(115200); call to stop hanging of the device.
### Hardware: Board: ArduCAM_ESP32S_UNO_PSRAM Core Installation/update date: 9/15/2021 IDE name: Arduino IDE Flash Frequency: 80Mhz PSRAM enabled: IDK? Upload Speed: 921600 Computer OS: Privacy retained ### Description: The "face detection"...
One instruction missing. Here is the default line from example face recognition: uint8_t wifi_mode = 0; //1:station mode, 0:access point mode In your instructions, make sure to ask user to...