mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-22 18:26:30 +00:00
Relax webcam setup time
This commit is contained in:
parent
0f11b28a94
commit
89e1475b36
@ -867,6 +867,7 @@ bool Xdrv39(uint8_t function) {
|
|||||||
//if (Settings.esp32_webcam_resolution) {
|
//if (Settings.esp32_webcam_resolution) {
|
||||||
#ifndef USE_SCRIPT
|
#ifndef USE_SCRIPT
|
||||||
WcStreamControl(Settings.esp32_webcam_resolution);
|
WcStreamControl(Settings.esp32_webcam_resolution);
|
||||||
|
delay(50); // Give the webcam webserver some time to prepare the stream
|
||||||
wc_show_stream();
|
wc_show_stream();
|
||||||
#endif
|
#endif
|
||||||
//}
|
//}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user