I am trying to access my esp32 cam camera webserver from another webserver to stream its video rducam servers that I have no problem accessing their streams at the base server. The esp32 cam only shows a blank image on the base server.
I’m accessing the esp32 cam thru its ip address the same way Im accessing the arducams.
Do you know why the esp32 cam does not show a image or stream. Im using the following code to access the cameras.
Arducam 1: client.print("<img src=\"http://192.168.1.68/stream\">"); Arducam 2: client.println("<img src=\"http://192.168.1.67/stream\">"); ESP32 Cam: client.println("<img src=\"http://192.168.1.81\">");