Search found 1 match
- Mon May 09, 2022 3:30 pm
- Forum: General Discussion
- Topic: ESP32 Cam cannot initialize after restart
- Replies: 1
- Views: 2567
ESP32 Cam cannot initialize after restart
Hello, we use our ESP32-CAM in combination with a SIM800L module to transmit images to a server. Therefore, we need two operating modes: one for recording images, and one for transmitting them. We use ESP.restart() to reboot and read the requested operating mode from the SD Card. The camera can succ...