diff --git a/tasmota/xdrv_39_webcam.ino b/tasmota/xdrv_39_webcam.ino index 3035aa67b..cd2e5d2b1 100644 --- a/tasmota/xdrv_39_webcam.ino +++ b/tasmota/xdrv_39_webcam.ino @@ -867,6 +867,7 @@ bool Xdrv39(uint8_t function) { //if (Settings.esp32_webcam_resolution) { #ifndef USE_SCRIPT WcStreamControl(Settings.esp32_webcam_resolution); + delay(50); // Give the webcam webserver some time to prepare the stream wc_show_stream(); #endif //}