Commit Graph

274 Commits (master)

Author SHA1 Message Date
Me No Dev 67a57377cf
Add the missing Save button to the web UI for OV5640 (#136)
* Add the missing Save button to the web UI for OV5640

* Add MDNS feature that allows the cameras to be found

* Add mDNS Camera Query
2020-03-27 16:47:07 +08:00
Me No Dev 7937d37e14
Add support for OV5640 (#135)
Also:
- Add advanced settings
- Add more resolutions and aspect ratios support.
2020-03-12 19:27:48 +08:00
XiaochaoGONG 162bf29246 [Bugfix] bias add in common conv 2020-03-12 12:06:55 +08:00
Alexander Bergmann bbd7ce6c83
Move _STREAM_BOUNDARY before _STREAM_PART (#131)
The boundary delimiter (_STREAM_BOUNDARY) needs to be send before the
body part (_STREAM_PART) too follow RFC2046. This caused ffplay/ffmpeg
to fail to open the MJPEG stream.
2020-02-24 17:24:17 +08:00
XiaochaoGONG 159c819ae8 Merge branch 'feature/esp-sr' into 'master'
Feature/esp sr

add esp-sr to components

See merge request face-recognition-framework/esp-who!57
2020-02-17 15:55:27 +08:00
Yuan Jiong 28c88f8e0e Feature/esp sr 2020-02-17 15:55:27 +08:00
XiaochaoGONG 1911942083 sync esp-face
- add implementation tutorial
- Fix transform_output
2020-02-17 13:33:28 +08:00
XiaochaoGONG 09ed4a5cfb sync esp32-camera 2020-02-17 13:27:52 +08:00
XiaochaoGONG f961a902b9 update esp-face readme 2020-01-08 14:29:54 +08:00
XiaochaoGONG 212bb9d852 update readme idfv3.3.1 2020-01-07 17:42:19 +08:00
XiaochaoGONG dc1593d848 add new face recognition models 2020-01-07 17:35:03 +08:00
XiaochaoGONG 1b167d0a30 update idf v3.3.1 2020-01-06 20:03:15 +08:00
XiaochaoGONG 3bd1bb9374 sync esp-face add pooling float type 2019-12-10 17:34:37 +08:00
XiaochaoGONG 0ea54a4de9 sync esp-face add pooling max and avg 2019-12-10 17:03:02 +08:00
XiaochaoGONG 6d3c69ed31 Merge branch 'update/esp-face' into 'master'
update/esp-face esp32-camera

See merge request face-recognition-framework/esp-who!56
2019-11-27 19:38:40 +08:00
Ye Hang Yang 4aeacdf52a update/esp-face esp32-camera 2019-11-27 19:38:39 +08:00
XiaochaoGONG bf2431ac7f update readme idfv3.3 2019-11-20 11:48:12 +08:00
XiaochaoGONG 953a5a9ce6 update esp-face [bugfix] delete from flash with name 2019-11-15 20:13:01 +08:00
XiaochaoGONG d70a866725 update esp-face bugfix deleting face id in flash 2019-11-11 21:24:01 +08:00
XiaochaoGONG 27e8cde72c [bugfix] add lssh in make 2019-11-05 20:00:09 +08:00
XiaochaoGONG fe36c00148 move matrix3du_alloc to header files 2019-11-02 16:02:45 +08:00
XiaochaoGONG 51bf24326b Merge branch 'improve/camera_web_server' into 'master'
Face detection with LSSH

1. add lssh_detect_object() to example camera_web_serber.
2. add detector options (MTMN and LSSH) in Kconfig.projbuild.

See merge request face-recognition-framework/esp-who!54
2019-11-01 21:56:50 +08:00
Ye Hang Yang e1b44c0184 Improve/camera web server 2019-11-01 21:56:49 +08:00
Bond Keevil 1169211177 Feature: Control a LED Illuminator or Flash from Camera_Web_Server Web Page (#104)
* Feature: Control a LED Illuminator or Flash from Camera_Web_Server

Add a "LED Illuminator" menu to menuconfig
Through menuconfig you can select a LEDC pin, LEDC Timer, LEDC Channel, and LEDC Speed Mode
The defaults work for the AIThinker ESPCAM-32 board
There is an option to limit LED intensity while streaming to prevent overheating
LED intensity is not limited when taking a still image photo
The LED intensity controls are hidden on the web page if the LED feature is not enabled
LED intensity can be adjusted while streaming and the LED will respond right away

Tested on an ESPCAM-32 board with an OV2460 sensor

* app_httpd.c: move isStreaming into macro

* app_httpd.c: Change commit re: 150ms LED delay
2019-10-25 16:24:21 +08:00
XiaochaoGONG 65d4587d76 Merge branch 'bugfix/change_alloc_interface' into 'master'
[ba76b65] update esp-face & adjust new alloc interface

See merge request face-recognition-framework/esp-who!52
2019-10-22 19:09:35 +08:00
XiaochaoGONG 3b6546eedb Bugfix/change alloc interface 2019-10-22 19:09:35 +08:00
XiaochaoGONG 47ea04f7cb [519ea06] update esp-face new alignment of similarity transform 2019-10-21 18:17:24 +08:00
XiaochaoGONG f4475b067a Merge branch 'misc/gitlab_ci' into 'master'
Misc/gitlab ci

See merge request face-recognition-framework/esp-who!51
2019-10-17 21:42:33 +08:00
XiaochaoGONG fa816bfa22 Misc/gitlab ci 2019-10-17 21:42:33 +08:00
XiaochaoGONG 825bd166ec [9991708] update esp-face: image rec2sqr bugfix 2019-10-17 14:40:35 +08:00
XiaochaoGONG 19123aaeae add esp-face lib document in header files 2019-09-24 12:03:38 +08:00
XiaochaoGONG db2cb34eed update idf v3.3 2019-09-16 12:32:40 +08:00
XiaochaoGONG 6d06fbbce3 update esp-face change link target name 2019-09-09 15:40:22 +08:00
XiaochaoGONG 1dff0bb8ed sync esp-face bugfix delete face id 2019-08-15 17:18:23 +08:00
Me No Dev 447b873ad8 Do not try to free the static ra_filter (#105)
Fixes: https://github.com/espressif/esp-who/issues/101
2019-08-10 10:46:28 +08:00
Bond Keevil 49ecd1a2b6 Fix Issue 102, missing null check in index_handler() (#103) 2019-08-10 10:40:22 +08:00
XiaochaoGONG fec860da0e update esp-face add doc of flash 2019-07-17 17:42:50 +08:00
XiaochaoGONG 2976c12b8d Set IO13 IO14 in ESP-EYE as input 2019-07-10 21:59:13 +08:00
XiaochaoGONG eec90ff2b0 update esp-face 2019-07-09 16:29:39 +08:00
XiaochaoGONG 3bec9f9a5c [bff7fff] Update esp-face mtmn heavy model
- add mtmn heavy model
- add lib docs
2019-07-09 16:10:20 +08:00
XiaochaoGONG 130fa56860 b006858 update esp-face add doc 2019-07-05 19:36:38 +08:00
XiaochaoGONG ed10912776 03c7394 update esp-face
- fix bias exponent
- remove bn scale
2019-07-05 19:26:29 +08:00
Me No Dev 258751b5b6 Add Save button to capture window (#78)
* Add "Save" button to capture window

Allows saving images from both stills and streams by clicking a button.

* Make image filenames be the date and time of capture

* Add script to compress the html pages for embedding
2019-06-20 10:43:46 +08:00
XiaochaoGONG 7426e27e36 bb800f9a update esp-face add frmn models 2019-06-19 14:26:58 +08:00
XiaochaoGONG f16b101095 remove warning 2019-06-19 14:26:18 +08:00
XiaochaoGONG ea4e4fb868 add ov7725 2019-06-19 12:23:49 +08:00
XiaochaoGONG 0acba9569c ignore jpeg encoder error, get next image 2019-06-19 11:06:41 +08:00
XiaochaoGONG 413bc90443 Update connection document. 2019-06-04 15:41:16 +08:00
XiaochaoGONG ddd49bc617 update docu 2019-06-04 15:34:25 +08:00
XiaochaoGONG 74e076e152 2672de6 esp-face mtmn quantization 2019-06-03 20:55:55 +08:00