Relax webcam setup time

This commit is contained in:
Theo Arends 2020-05-05 14:30:07 +02:00
parent 0f11b28a94
commit 89e1475b36
1 changed files with 1 additions and 0 deletions

View File

@ -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
//}