Esp32AutoCamera icon indicating copy to clipboard operation
Esp32AutoCamera copied to clipboard

ESP32-CAM with an open wifi access point and a captive portal, for fast deployment of a wireless camara.

Results 6 Esp32AutoCamera issues
Sort by recently updated
recently updated
newest added

Getting this error on boot Serial Monitor shows: rst:0x1 (POWERON_RESET),boot:0x13 (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 div:1 load:0x3fff0018,len:4 load:0x3fff001c,len:1216 ho 0 tail 12 room 4 load:0x40078000,len:9720 ho 0 tail...

Using the statement: WiFiServer server(80); The error is: CameraWebServerV1:22:12: error: cannot declare variable 'server' to be of abstract type 'WiFiServer' WiFiServer server(80); The module is ESP32 CAM module #define CAMERA_MODEL_AI_THINKER...

How difficult would it be to use initial access point to configure local WIFI? I found some esp32 wifi managers but sadly I don't know how to incorporate them with...

Hi Is it possible to provide a precompiled binary of this to upload with something like ESPeasy?

https://github.com/dproldan/Esp32AutoCamera/blob/master/CameraWebServerV1/CameraWebServerV1.ino#L26 You may have better luck with browser compatibility by moving the tag into the section, and adding a space after the semicolon. The `lang` isn't necessary it just makes...

cannot add the library in vsc platformio arduino ide dont compile with [fatal error "fd_forward.h" no such file #191] downgrading board lib esp32 under 2.0.0 get the portal message [Header...