Search found 2 matches
- Fri Dec 13, 2019 5:10 am
- Forum: ESP32 Arduino
- Topic: Any way to diff power startup with recovering from deep sleep.
- Replies: 1
- Views: 4257
Any way to diff power startup with recovering from deep sleep.
Hi all ! I'd like to add some special operations to setup() functions but I don't want to invoke them when the device is recovered from a deep sleep. Since deep sleep turns off all the device except the RTC, the program will be totally restarted after deep sleep. Is there any indicator (variables, s...
- Mon Dec 09, 2019 12:10 pm
- Forum: ESP32 Arduino
- Topic: ESP32 CAM White Balancing
- Replies: 1
- Views: 4928
ESP32 CAM White Balancing
Hi all, I was debugging my image capturing program recently. My problem is when I configured the sensor with all default settings except the resolution. So the initialization code is: sensor_t * s = esp_camera_sensor_get(); s->set_framesize(s, FRAMESIZE_SXGA); And the image becomes like this: ESP-00...