mirror of https://github.com/arendst/Tasmota.git
Update xdrv_39_webcam.ino
This commit is contained in:
parent
db15571336
commit
489865b82b
|
@ -454,9 +454,10 @@ void handleMjpeg(void) {
|
||||||
//}
|
//}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef USE_FACE_DETECT
|
||||||
|
|
||||||
static mtmn_config_t mtmn_config = {0};
|
static mtmn_config_t mtmn_config = {0};
|
||||||
|
|
||||||
#ifdef USE_FACE_DETECT
|
|
||||||
void fd_init(void) {
|
void fd_init(void) {
|
||||||
mtmn_config.type = FAST;
|
mtmn_config.type = FAST;
|
||||||
mtmn_config.min_face = 80;
|
mtmn_config.min_face = 80;
|
||||||
|
|
Loading…
Reference in New Issue