Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asjdf/esp32cammotion_detection
基于ESP32的移动侦测摄像机 利用摄像头做移动侦测 同时包含自动拍摄并存至SD卡的功能
https://github.com/asjdf/esp32cammotion_detection
Last synced: 11 days ago
JSON representation
基于ESP32的移动侦测摄像机 利用摄像头做移动侦测 同时包含自动拍摄并存至SD卡的功能
- Host: GitHub
- URL: https://github.com/asjdf/esp32cammotion_detection
- Owner: asjdf
- License: apache-2.0
- Created: 2020-03-05T05:17:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T10:46:35.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T18:56:44.372Z (almost 2 years ago)
- Language: C++
- Size: 11.5 MB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32MotionDetectionWithVideoRecorder
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fasjdf%2FESP32CAMmotion_detection.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fasjdf%2FESP32CAMmotion_detection?ref=badge_shield)## ESP32移动侦测摄像机
### 目录结构:
- Formal edition(正式版)
- References(参考的源码 向原制作者表示感谢)
- Tested procedures(测试功能的程序)### 目前功能:
- 移动侦测
- 自动录制视频
- 自建AP(v20051版)
- 通过浏览器校正时间(v20051版)### 目前问题:
- 在SVGA清晰度下无法达到5fps(前作者就无法达到)### 未来计划:
- 性能优化
- 降低功耗#### 更新记录:
- 2020.03.22 完成基本程序,或者说程序跑起来没问题.
- 2020.03.12 从CameraWifiMotion借了改摄像头模式的函数 未测试 已做小修改以匹配自己的测试例程
- 2020.05.01 自建AP而不是连接AP,系统时间通过网页校准并在校准后才开始侦测#### 参考资料:
- https://github.com/jameszah/ESP32-CAM-Video-Recorder
- https://github.com/s60sc/ESP32-CAM_Motion
- https://github.com/alanesq/CameraWifiMotion
- https://eloquentarduino.github.io/2020/01/motion-detection-with-esp32-cam-only-arduino-version/#tocreal-world-example
- https://github.com/raphaelbs/esp32-cam-ai-thinker/blob/master/examples/change_detection/README.md再次感谢以上程序的作者
## License
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fasjdf%2FESP32CAMmotion_detection.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fasjdf%2FESP32CAMmotion_detection?ref=badge_large)