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

@@ -9,3 +9,4 @@
- First test run failed because `_end_batch()` set `ended_at` before calculating dwell seconds, causing ended batches to report `0` seconds. Fixed by calculating dwell before assigning `ended_at`.
- Test suite now passes: `PYTHONPATH=src python3 -m unittest discover -s tests -v`.
- Initialized git repository and created the initial project commit.
- Added RTSP single-frame calibration tool under `tools/calibrator`.