Improve/camera web server
parent
1169211177
commit
e1b44c0184
|
@ -1 +1 @@
|
||||||
Subproject commit ba76b6546f56933e571b98bc8431fb291db11668
|
Subproject commit eab655763e74f2ee3665eeb119ce7c426b48f5c2
|
|
@ -248,9 +248,21 @@ config ESP_FACE_DETECT_ENABLED
|
||||||
help
|
help
|
||||||
Enables ESP-WHO Face Detection through the web interface.
|
Enables ESP-WHO Face Detection through the web interface.
|
||||||
|
|
||||||
|
choice ESP_FACE_DETECT_MODEL
|
||||||
|
bool "Detection Model"
|
||||||
|
depends on ESP_FACE_DETECT_ENABLED
|
||||||
|
default ESP_FACE_DETECT_MTMN
|
||||||
|
|
||||||
|
config ESP_FACE_DETECT_MTMN
|
||||||
|
bool "MTMN"
|
||||||
|
|
||||||
|
config ESP_FACE_DETECT_LSSH
|
||||||
|
bool "LSSH"
|
||||||
|
endchoice
|
||||||
|
|
||||||
config ESP_FACE_RECOGNITION_ENABLED
|
config ESP_FACE_RECOGNITION_ENABLED
|
||||||
bool "ESP-WHO Face Recognition"
|
bool "ESP-WHO Face Recognition"
|
||||||
depends on ESP_FACE_DETECT_ENABLED
|
depends on ESP_FACE_DETECT_MTMN
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enables ESP-WHO Face Recognition through the web interface.
|
Enables ESP-WHO Face Recognition through the web interface.
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue