update README
1. update root README, pointer to all proj 2. create all README Powered by claude code, maybe mistake, checked and commit manually.
This commit is contained in:
27
move_warn/README.md
Normal file
27
move_warn/README.md
Normal file
@ -0,0 +1,27 @@
|
||||
# move_warn
|
||||
|
||||
运动检测监控工具。
|
||||
|
||||
## 功能
|
||||
|
||||
监控IP摄像头画面,当检测到显著运动时触发声音警报,适用于简单的安防监控需求。
|
||||
|
||||
## 使用方法
|
||||
|
||||
1. 确保IP摄像头正常工作并可访问
|
||||
2. 在代码中配置摄像头IP地址
|
||||
3. 运行 `python main.py`
|
||||
4. 程序将开始监控,检测到运动时发出警报并自动关闭
|
||||
|
||||
## 特性
|
||||
|
||||
- 实时运动检测
|
||||
- 声音警报提示
|
||||
- 自动程序终止
|
||||
- 基于OpenCV的计算机视觉处理
|
||||
|
||||
## 注意事项
|
||||
|
||||
- 需要配置正确的摄像头地址
|
||||
- 确保摄像头网络连接稳定
|
||||
- 检测灵敏度可根据需要调整
|
Reference in New Issue
Block a user