diff --git a/esp32cam-demo.ino b/esp32cam-demo.ino index 9c84ea2..f7fcee7 100644 --- a/esp32cam-demo.ino +++ b/esp32cam-demo.ino @@ -796,8 +796,9 @@ void handleRoot() { client.write("Capture Image as raw RGB data - \n"); client.write("Live stream
\n"); - // show live image - client.write("

"); + // capture and show a jpg image + client.write("
"); // make it a link + client.write(" "); // show image from http://x.x.x.x/jpg // --------------------------------------------------------------------