esp32-cam-webserver icon indicating copy to clipboard operation
esp32-cam-webserver copied to clipboard

src/parsebytes.h: No such file or directory

Open sbx59 opened this issue 2 years ago • 6 comments

hello, I just followed the tutorial, but I have two errors. Can you help me ?

Plusieurs bibliothèque trouvées pour "WiFi.h" esp32-cam-webserver:8:10: fatal error: src/parsebytes.h: No such file or directory Utilisé : C:\Users\USER\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.5\libraries\WiFi #include "src/parsebytes.h" Non utilisé : C:\Program Files (x86)\Arduino\libraries\WiFi ^~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 src/parsebytes.h: No such file or directory

esp32

sbx59 avatar Nov 16 '22 11:11 sbx59

for wifi it's good, just delete the folder in question. On the other hand, for the parsebytes file how to do? he is present!

sbx59 avatar Nov 16 '22 13:11 sbx59

Hello, i have the same probleme do you have any issu ? THX

MavricFloquet avatar Nov 18 '22 03:11 MavricFloquet

What tutorial? Just download the zip, rename from esp32-cam-webserver-master to esp32-cam-webserver. Unzip, follow instructions re ssid and password, compile the main ino file. I have several cameras running this software.

sonofcy avatar Nov 19 '22 15:11 sonofcy

Good for me now .

sbx59 avatar Nov 19 '22 15:11 sbx59

Since the error is "src/parsebytes.h" we know there has to be a src directory in your sketch directory. Here is what my dir structure looks like. Screenshot 2022-11-29 at 12 49 35

sonofcy avatar Nov 29 '22 20:11 sonofcy

Issue occurs when you rename the zip file from esp32-cam-webserver-master.zip to esp32-cam-webserver.zip.

When you extract this file it creates esp32-cam-webserver-master folder.

You need to rename this folder as well to esp32-cam-webserver

sore-ron-git avatar Feb 19 '23 09:02 sore-ron-git