Search found 4 matches

by Drickset27
Thu Aug 18, 2022 12:32 am
Forum: ESP32 Arduino
Topic: A fatal error occurred: Serial data stream stopped: Possible serial noise or corruption.
Replies: 2
Views: 17539

A fatal error occurred: Serial data stream stopped: Possible serial noise or corruption.

I'm trying to upload an example code from Arduino to my ESP32 CAM, the Camera webserver example but for now days now i get different errors while trying to fix it. The below error is one of them, does anyone have an idea what this error is ? And incase my ESP32 is damaged How do I test to know for s...
by Drickset27
Thu Aug 18, 2022 12:03 am
Forum: ESP32 Arduino
Topic: Camera Web server
Replies: 8
Views: 7645

Re: Camera Web server

If you are using ESP32CAM AI Thinker, the embedded camera is an OV2640 so only part of the code will be compiled/executed, see below. The bottom line is you could leave code as-is, it should be ok Note that frame size can take following values : frame size QQVGA(160x120),HQVGA(240x176),QVGA(320x240...
by Drickset27
Mon Jul 11, 2022 9:50 am
Forum: ESP32 Arduino
Topic: Camera Web server
Replies: 8
Views: 7645

Re: Camera Web server

No, I'm not looking for the source code, I would just like to understand the purpose of those lines of code.

I'm using an ESP32 Cam AI Thinker to be specific, Do I also need theses lines of code ?
by Drickset27
Mon Jul 11, 2022 6:59 am
Forum: ESP32 Arduino
Topic: Camera Web server
Replies: 8
Views: 7645

Camera Web server

I'm currently trying to understand the cam web server code one of the examples on Arduino IDE but I'm struggling to understand this part of the code. What is it checking for and what is it configuring and lastly why is it needed in our code ?I I have an AI thinker so do I still need this part of cod...