ESP32-CAM-Video-Recorder-junior icon indicating copy to clipboard operation
ESP32-CAM-Video-Recorder-junior copied to clipboard

Web is not serving

Open wahedzaman opened this issue 3 years ago • 5 comments

I uploaded the binary using the one click installer. it was successfully uploaded and ran. I can see the video being recorded on sd however no way I can access the web interfaces. I tried all 80, 8080, 81, 82 ports but nothing is shown. I checked the log and the my router device list. It successfully connected to my router though. Any help will be appreciated.

Regards

wahedzaman avatar Sep 23 '22 13:09 wahedzaman

Have a look at the serial monitor -- it should look like this below. You should see a message of connected or failed, and the current time sync if the internet is working. Then you should see those messages when you try to access the web server in the camera.

Maybe some kind of router port blocking? Or maybe just bad wifi - make sure there are no wires or metal (including a breadboad) near the antenna of the esp32. The antenna is the other side from the sd card. You could try it in ap mode so there is no router issue - just your computer direct to the esp32.

image

jameszah avatar Sep 24 '22 03:09 jameszah

i have similar issue

it is connecting to my accesspoint, but there is no webserver.

image

gitalexa avatar Jul 18 '24 18:07 gitalexa

can you ping it? does it show up on your router?

Are you spelling out the entire ip: http://192.168.178.190/

Sometime desklens.local or http://desklens.local/ works.

It seems to getting the time from the internet. When you attempt a connection to the server you should get the "http index, core 1" line above.

jameszah avatar Jul 18 '24 19:07 jameszah

no, i can't ping it. It is not on my router (was a other device)

gitalexa avatar Jul 18 '24 19:07 gitalexa