Files
tools/move_warn/README.md
flt6 b4c04343e8 update README
1. update root README, pointer to all proj
2. create all README
Powered by claude code, maybe mistake, checked and commit manually.
2025-09-12 14:58:58 +08:00

27 lines
614 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# move_warn
运动检测监控工具。
## 功能
监控IP摄像头画面当检测到显著运动时触发声音警报适用于简单的安防监控需求。
## 使用方法
1. 确保IP摄像头正常工作并可访问
2. 在代码中配置摄像头IP地址
3. 运行 `python main.py`
4. 程序将开始监控,检测到运动时发出警报并自动关闭
## 特性
- 实时运动检测
- 声音警报提示
- 自动程序终止
- 基于OpenCV的计算机视觉处理
## 注意事项
- 需要配置正确的摄像头地址
- 确保摄像头网络连接稳定
- 检测灵敏度可根据需要调整