Files
silver_pose/docs
ilaandClaude Opus 4.8 b35082a643 fix(v1): use ASCII screenshot annotation to avoid garbled text
cv2.putText only supports ASCII (Hershey fonts); the middle-dot in the
label rendered as garbage on saved screenshots. screenshot_label builds
an ASCII-only 'ID STATE' string for the annotation; the Qt live-view
label is unchanged. 72 tests pass.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-21 23:38:53 +08:00
..
2026-07-20 23:06:54 +08:00
2026-07-20 22:57:37 +08:00

Silver Pose 文档导航

Silver Pose 是面向固定机位大厅/走廊的本地摔倒事件演示系统;MVP 是 Python V1 的实时 RTSP 演示闭环。

文档维护规则

  • 需求变化先更新 02-requirements.md。
  • 模块、配置字段或事件语义变化先更新 04-architecture.md 和 api.md。
  • 任务状态更新 06-tasks.md,真实执行证据追加到 ../progress.md,当前快照覆盖 current-state.md。
  • V1 通过事件级验收前,v2/ 不得进入功能开发。