Hi this is my first time posting here (I'm sorry if I'm doing it wrong....)
So I'm trying to live stream video through the esp32 Cam module(CAMERA_MODEL_AI_THINKER). Since I do not have a FTDI 232, I'm uploading the example code using the Arduino Uno, for guidance I followed this tutorial video How to program ESP32 CAM using Arduino UNO - YouTube . Code compiles. but when trying to upload the code I get the error:
Sketch uses 2594094 bytes (82%) of program storage space. Maximum is 3145728 bytes.
Global variables use 56272 bytes (17%) of dynamic memory, leaving 271408 bytes for local variables. Maximum is 327680 bytes.
esptool.py v3.0-dev
Serial port COM5
Connecting......................................_____
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
Failed uploading: uploading error: exit status 2
I held the reset button like in the vid and also the whole way. I have checked for any connection errors as well. Any advice is welcome!
It appears you do not have the correct board selected. Go to Tools>Board: then select the correct board. If it is not there you need to select the board manager (top of board list) and get the correct one.
yes I did....I tried pressing it once, holding it for a bit, and holding it till the output changes....
still the same error pops up.....my flash frequency is at 40, flash mode is on QIO and partition scheme is on Huge app...