feat: add rtsp snapshot calibrator

This commit is contained in:
Yoilun
2026-04-27 11:12:00 +08:00
parent 36dc3548e6
commit b3672c564a
8 changed files with 715 additions and 0 deletions

View File

@@ -49,6 +49,22 @@
- 最大放置时间:`10800` 秒,也就是 3 小时
- 垃圾桶投放确认窗口:`120`
## 区域标定
项目内置一个本地 Web 标定工具,可以从 RTSP 拉取一帧截图,再用鼠标标定 8 个格口和垃圾桶区域:
```bash
python3 tools/calibrator/server.py --host 127.0.0.1 --port 18090
```
打开:
```text
http://127.0.0.1:18090
```
详细说明见 `tools/calibrator/README_zh.md`
## 本地测试
```bash