How to utilize the esp32 camera
Posted: Mon Aug 05, 2024 5:59 pm
Hi there
I recently attempted to use my esp32 camera with the CameraWebServer code that the Arduino IDE offers in the sample menu. but I'm experiencing the following issues.
I ran into a problem using port com3:
An error with serial exception occurred: Put a timeout in writing.
Note: PySerial is the source of this error. Most likely, the hardware connection or drivers are the issue rather than esptool itself.
Upload failed: uploading error: status 1 exiting
Nevertheless, I ran into an issue when I switched to port com9:
A deadly mistake happened: The ESP32 could not be connected: No serial information was obtained.
Upload failed: upload error: exit status 2.
Is there someone who can assist me?
I recently attempted to use my esp32 camera with the CameraWebServer code that the Arduino IDE offers in the sample menu. but I'm experiencing the following issues.
I ran into a problem using port com3:
An error with serial exception occurred: Put a timeout in writing.
Note: PySerial is the source of this error. Most likely, the hardware connection or drivers are the issue rather than esptool itself.
Upload failed: uploading error: status 1 exiting
Nevertheless, I ran into an issue when I switched to port com9:
A deadly mistake happened: The ESP32 could not be connected: No serial information was obtained.
Upload failed: upload error: exit status 2.
Is there someone who can assist me?