easytarget / esp32-cam-webserver

Expanded version of the Espressif ESP webcam
https://hackaday.io/project/168563-7-esp32-cam-example-expanded
GNU Lesser General Public License v2.1
1.27k stars 341 forks source link

src/parsebytes.h: No such file or directory #276

Open sbx59 opened 1 year ago

sbx59 commented 1 year ago

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 commented 1 year ago

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!

MavricFloquet commented 1 year ago

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

sonofcy commented 1 year ago

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.

sbx59 commented 1 year ago

Good for me now .

sonofcy commented 1 year ago

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
sore-ron-git commented 1 year ago

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