Search found 3 matches

by icepick
Thu Aug 03, 2023 4:21 pm
Forum: General Discussion
Topic: Esp32-cam heavily overexposes pictures
Replies: 4
Views: 2960

Re: Esp32-cam heavily overexposes pictures

This seems to solve it mostly... taking 10 pictures quickly and clear the buffer all the time; // Take a photo with the camera Serial.println("Taking a photo…"); //The first three pictures after restart have a green tint, discard those images for (int i = 0; i <=10; i++){ Serial.println("Taking a ph...
by icepick
Thu Aug 03, 2023 4:07 pm
Forum: General Discussion
Topic: Esp32-cam heavily overexposes pictures
Replies: 4
Views: 2960

Re: Esp32-cam heavily overexposes pictures

Any solution to this problem? I am having the same problem.. outdoor images are unusuable.. the weird thing is that the CameraWebServer sample doesn't have this problem.
by icepick
Thu May 18, 2023 2:00 pm
Forum: General Discussion
Topic: ESP32 Cam cannot initialize after restart
Replies: 1
Views: 2563

Re: ESP32 Cam cannot initialize after restart

Did you ever find a solution to this problem? I am having the same issue.