Michael Ludvig
d021b14e42
Extract set_variable() from cmd_handler()
2021-02-03 21:24:46 +13:00
Michael Ludvig
b34eb8f7d4
Add missing 'vflip' to /status output
2021-02-03 21:24:46 +13:00
Michael Ludvig
6b5fe5a156
Streaming support for "FPS Max"
2021-02-03 17:17:16 +13:00
Michael Ludvig
4d993ecddd
Added "FPS Max" setting to HTML files
2021-02-03 17:14:22 +13:00
Me No Dev
ff45c1575a
Update esp32-camera driver
2021-01-12 11:51:14 +02:00
me-no-dev
e7a10a382a
Update esp32-camera
2021-01-11 11:31:38 +02:00
Me No Dev
73d4e2dc05
Merge pull request #161 from espressif/camera-updates
...
Update camera driver and add BMP download to HTTPD
2020-10-16 12:45:53 +03:00
Me No Dev
6ab849a752
Merge pull request #139 from 7FM/patch-1
...
Fix UB by avoiding duplicate httpd_resp_send_x
2020-10-16 12:45:23 +03:00
me-no-dev
ac84ca1584
Update esp32-camera
2020-10-16 12:39:20 +03:00
me-no-dev
b468635ba1
Add support for downloading BMPs through the web server
2020-10-16 12:36:08 +03:00
me-no-dev
3aae910d0b
Add support for the 18 pin header on the ESP32 Camera Dev Board
2020-10-16 12:35:25 +03:00
TiramisuJ
0948db63fc
Merge pull request #155 from gannaramu/patch-2
...
update index
2020-09-08 11:56:35 +08:00
Ram Rohit Gannavarapu
9e9c094735
update formating
2020-09-03 20:00:48 -06:00
TiramisuJ
b5be428793
Merge pull request #154 from gannaramu/patch-1
...
Update readme with correct example folder
2020-09-02 20:01:17 +08:00
Ram Rohit Gannavarapu
eb8c12026f
Update readme with correct example folder
...
There is no folder detection_with_commnad_line
2020-08-31 18:25:45 -06:00
Yuan Jiong
1dfd93e3b2
Merge branch 'feature/detection_cat_face' into 'master'
...
feature/detection_cat_face
See merge request face-recognition-framework/esp-who!63
2020-08-13 20:42:05 +08:00
Ye Hang Yang
1011fca5cc
feature/detection_cat_face
2020-08-13 20:42:05 +08:00
Yuan Jiong
9b02f20c14
Merge branch 'feature/hand_estimate' into 'master'
...
feature/handpose_estimation
See merge request face-recognition-framework/esp-who!62
2020-08-07 11:44:14 +08:00
Ye Hang Yang
8cc30b91be
✨ handpose_estimation
2020-08-07 11:10:29 +08:00
Me No Dev
2470e476e9
Update esp32-camera ( #146 )
2020-06-04 11:04:44 +08:00
Me No Dev
b1f641356d
Fix a bug causing exception if the camera did not initialise ( #145 )
2020-06-04 11:04:31 +08:00
XiaochaoGONG
6b9c442bbf
add max connection
2020-04-29 21:14:31 +08:00
XiaochaoGONG
d967506b19
add ap channel config
2020-04-20 14:36:17 +08:00
XiaochaoGONG
7c27a6dd16
update readme
2020-04-20 11:31:26 +08:00
XiaochaoGONG
99f0317243
compatible to v3.3.1
2020-04-17 17:18:50 +08:00
XiaochaoGONG
07d07f8904
Update README.md
2020-04-03 14:52:52 +08:00
7FM
3a404d6f63
Fix UB by avoiding duplicate httpd_resp_send_x
2020-04-02 14:04:41 +02:00
XiaochaoGONG
6a3d9785fd
update readme
2020-04-01 18:04:23 +08:00
XiaochaoGONG
86623ba27f
sync submodule idfv4.0
2020-04-01 11:25:04 +08:00
XiaochaoGONG
618b69f6e4
update idf v4.0
2020-03-31 11:45:52 +08:00
XiaochaoGONG
8eee1a3f31
sync submodule idfv4.0
2020-03-31 11:45:52 +08:00
XiaochaoGONG
62f1068580
update dllib readme
2020-03-31 11:45:52 +08:00
XiaochaoGONG
8fd14c0cfe
sync esp32-camera
2020-03-31 10:55:49 +08:00
Me No Dev
0ba76f0a59
Add local network camera monitor ( #138 )
...
This feature is located at `http://[camera-ip]/monitor ` and gives quick access to up to 5 cameras running the web server example.
Features:
- Finds up to 5 cameras in the local network through mDNS
- Grabs periodicaly and image from each camera (period can be set or turned off)
- Cycles the cameras at given period (off when camera is selected manually)
- Shows basic info for each camera (model, sensor, resolution)
- Allows for easy access to each camer's control panel
- Allows change of resolution and XCLK
- Can save current snapshot
2020-03-31 10:51:25 +08:00
Me No Dev
3a734c0d69
Minor fixes for the last merge ( #137 )
...
* 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
* fix bug in mdns json generator
* Fix missing mdns dependency
2020-03-30 10:57:17 +08:00
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