I have been having hard time setting up my ESP32 with CAMERA, I was trying to build my own SURVEILLANCE CAMERA around the house, so to cut my long story short. My ESP32 is currently connected to my WIFI network, but every time that I wanted to access my ESP32 with my browser will just timed-out saying "
This site can’t be reached 192.168.0.148 took too long to respond,
"
What can I do to access my ESP32 IP network?
I have tried REPROGRAMMING it again, then connected to my router saying " WiFi connected
Starting web server on port: '80'
Starting stream server on port: '81'
Camera Ready! Use 'http://192.168.0.148' to connect" but after accessing the IP 192.168.0.148, the browser couldn't reach the website.
You might post your code so we can see what is happening. Are you set up for fixed IP or DHCP? There is a difference and if set up wrong you will get exactly what you are seeing. Your link works just fine on my system, it access a logic analyzer. That address you posted is useless except on your system. You might watch a few tutorials on networking and DHCP. This is what is expected if you do not understand the hardware and code that is why we ask for information.
I have been having hard time setting up my ESP32 with CAMERA, I was trying to build my own SURVEILLANCE CAMERA around the house, so to cut my long story short. My ESP32 is currently connected to my WIFI network, but every time that I wanted to access my ESP32 with my browser will just timed-out saying "
This site can't be reached 192.168.0.148 took too long to respond,
"
What can I do to access my ESP32 IP network?
I have tried REPROGRAMMING it again, then connected to my router saying " WiFi connected
Starting web server on port: '80'
Starting stream server on port: '81'
Camera Ready! Use 'http://192.168.0.148' to connect" but after accessing the IP 192.168.0.148, the browser couldn't reach the website.
Duplicate topics moved to a common location and merged
Cross-posting is against the rules of the forum. The reason is that duplicate posts can waste the time of the people trying to help. Someone might spend 15 minutes (or more) writing a detailed answer on this topic, without knowing that someone else already did the same in the other topic.
Repeated cross-posting will result in a timeout from the forum.
In the future, please take some time to pick the forum board that best suits the topic of your question and then only post once to that forum board. This is basic forum etiquette, as explained in the sticky "How to use this forum - please read." post you will find at the top of every forum board. It contains a lot of other useful information. Please read it.
Please read the post at the start of any forum , entitled "How to use this Forum".
OR https://forum.arduino.cc/index.php?topic=712198.0
Then look down to "code problems" about how to post your code.