Ye Hang Yang
66b00a1449
♻️ common -> modules
2021-09-08 20:04:59 +08:00
Ye Hang Yang
dd58787fab
🔧 sync issue and pr to jira
2021-09-02 17:30:52 +08:00
Ye Hang Yang
5ffeeec59a
✨ add moving target detection
2021-08-03 16:11:34 +08:00
Ye Hang Yang
cf721e3419
📦 update esp-dl
2021-07-31 18:07:14 +08:00
Ye Hang Yang
88f34be144
🎨 resize image
2021-07-31 18:06:39 +08:00
Ye Hang Yang
409c6333d8
💡 guide user use newest esp-idf/master
2021-07-31 18:05:35 +08:00
Ye Hang Yang
efb00d7c20
📦 esp-dl@62ed4944
2021-07-31 16:39:08 +08:00
Ye Hang Yang
d07d554ec8
✨ Camera with LCD
2021-07-31 11:23:18 +08:00
Ye Hang Yang
bd6877c89b
✨ add COLOR_BLACK
2021-07-30 20:49:39 +08:00
Ye Hang Yang
e913d228c9
⚡ app_camera_init, app_camera_decode
2021-07-30 20:31:06 +08:00
Ye Hang Yang
eb323fbb7c
🎨 add_compile_options(-fdiagnostics-color=always)
2021-07-30 20:27:47 +08:00
Ye Hang Yang
ff38ec859f
🔥 remove #if CONFIG_CAMERA_PIXEL_FORMAT_RGB565
2021-07-30 20:27:08 +08:00
Ye Hang Yang
945643dba9
📦 update esp32-camera
2021-07-29 21:12:42 +08:00
Ye Hang Yang
372d85ac37
🔥 components/component_conf.mk
2021-07-29 20:51:10 +08:00
Ye Hang Yang
41044ca39e
✨ common used API as camera, led
2021-07-29 20:50:19 +08:00
Ye Hang Yang
e1208b886b
✨ Camera with Web Server
2021-07-29 20:49:22 +08:00
Ye Hang Yang
5f5eea3ba4
✨ Camera with Terminal
2021-07-29 20:48:55 +08:00
Ye Hang Yang
fb66247088
💡 rewrite ./README.rst
2021-07-29 20:46:01 +08:00
Ye Hang Yang
7154f2ca47
🚚 docs/zh_CN/get-started/default_bin > default_bin
2021-07-29 20:44:39 +08:00
Ye Hang Yang
35ef71e585
💡 README_zh_CN for camera_terminal
2021-07-16 16:21:44 +08:00
Ye Hang Yang
fdd940ffb9
✨ camera_terminal
2021-07-16 16:20:24 +08:00
Ye Hang Yang
d502c86b71
📦 update esp32-camera
2021-07-15 15:01:13 +08:00
Ye Hang Yang
9d9d16125b
🔥 remove inner esp-idf
2021-07-15 15:00:12 +08:00
Ye Hang Yang
2470e8a0c7
✨ camera_web_server
2021-07-15 14:53:20 +08:00
Ye Hang Yang
2a2c478fff
🔥 remove old examples
2021-07-15 14:09:59 +08:00
Ye Hang Yang
bff94c2885
🚚 components/esp-face -> components/esp-dl
2021-07-09 13:58:41 +08: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
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