yoursunny / esp32cam

OV2640 camera on ESP32-CAM, Arduino library
https://esp32cam.yoursunny.dev
ISC License
473 stars 168 forks source link

WifiCam example: "Not found: /" #21

Closed DocTu06 closed 2 years ago

DocTu06 commented 2 years ago

When uploading the wificam example code to the esp32 cam, when I try to go to the ip adress,there is just an empty page with the text "Not found: /"

DocTu06 commented 2 years ago

I did not change the code in any way, just changed the ssid and password to match my network

yoursunny commented 2 years ago

This is expected behavior because there's no handler registered for / URI. The serial console will tell you which URIs are available.

yoursunny commented 2 years ago

e481b4cc9aeb8ed3da460644dc7d7d1a51b0fdb2 adds a handler for / URI, which links to various picture formats and resolutions. Nevertheless, not every resolution would work on a particular camera.