Commit Graph

94 Commits (5ea65b93d5a35fd7b1d93db5e1a1115d47b37b01)

Author SHA1 Message Date
yehangyang 5ea65b93d5 🎨 clean up 2022-03-03 14:35:04 +08:00
yehangyang 075eb1c081 arrange task core 2022-03-03 11:31:15 +08:00
yehangyang 0684cc5db3 esp32-s3-eye 2022-03-02 19:38:29 +08:00
yehangyang 5c2f1537e8 🐛 typo 2022-01-24 17:10:49 +08:00
yehangyang 53c7f894bc [human/cat]_face_detection/web 2022-01-24 15:57:30 +08:00
yuanjiong ec73674356 feature: color detection 2021-11-26 20:08:19 +08:00
yuanjiong d30a0e0610 🎨 Change the initialization sequence 2021-11-26 20:07:03 +08:00
yuanjiong 4d5669a1e7 🔧 update partitions 2021-11-26 20:05:58 +08:00
yuanjiong 6735de833e 🔧 update esp32s3 configuration 2021-11-26 20:04:59 +08:00
scgan 354c3ebc95 typo 2021-11-10 11:34:50 +08:00
Wang Ning e887108973 Docs/Review human face recognition readme 2021-11-02 12:23:31 +00:00
yuanjiong 19bd564191 🐛 fix cat_face_detection bugs 2021-10-26 16:59:29 +08:00
yuanjiong 7b66fcbd2f 🔧 update configuration 2021-10-26 16:58:04 +08:00
yuanjiong b7c8e1483f 📝 update doc 2021-10-25 16:18:52 +08:00
yuanjiong a12e2ac394 📝 add docs 2021-10-25 11:57:20 +08:00
yuanjiong 0266875718 add face_recognition examples 2021-10-25 11:57:20 +08:00
scgan 45b5cebfc0 code_recognition 2021-10-22 10:25:01 +08:00
Ye Hang Yang 8c253f8031 cat_face_detection display on terminal 2021-09-27 15:25:50 +08:00
Ye Hang Yang fba8a7ac6d cat_face_detection display on lcd 2021-09-27 15:25:15 +08:00
Ye Hang Yang 8a0a829f85 🔥 remove
remove old image
2021-09-27 15:21:35 +08:00
Ye Hang Yang 33bade8a92 human_face_detection display on terminal 2021-09-10 10:54:23 +08:00
Ye Hang Yang 811ebfd00a human_face_detection display on lcd 2021-09-10 10:53:36 +08:00
Ye Hang Yang 9f86332250 🔥 remove old example structure 2021-09-09 20:22:13 +08:00
Ye Hang Yang b1f8efb0e5 📝 motion_detection support on kits 2021-09-09 10:42:38 +08:00
Ye Hang Yang a10ccf76d2 motion_detection diplay on web 2021-09-09 10:40:59 +08:00
Ye Hang Yang c3d07f4c60 motion_detection dislpay on lcd 2021-09-09 10:13:23 +08:00
Ye Hang Yang d71e67d883 motion_detection display on terminal 2021-09-09 10:11:59 +08:00
Ye Hang Yang 5ffeeec59a add moving target detection 2021-08-03 16:11:34 +08:00
Ye Hang Yang d07d554ec8 Camera with LCD 2021-07-31 11:23:18 +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 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 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 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 1011fca5cc feature/detection_cat_face 2020-08-13 20:42:05 +08:00
Ye Hang Yang 8cc30b91be handpose_estimation 2020-08-07 11:10:29 +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 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
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
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
Yuan Jiong 28c88f8e0e Feature/esp sr 2020-02-17 15:55:27 +08:00