实现关键帧检测与成本控制 #30

Merged
cfy777 merged 1 commits from develop-frontend4 into develop 2026-06-13 14:40:06 +08:00
Owner
  • EdgeProcessor:sampleFrame 降采样 160x120 + compareFrames 像素差异对比
  • 重复画面跳过:similarity > 0.9 时不发送 query
  • 混合采样策略:静默 5s / 用户说话 1s(docs/08-成本控制.md)
  • 请求统计:queryCount + totalTokens 实时显示
  • App 状态栏显示成本统计

Co-Authored-By: Claude noreply@anthropic.com

- EdgeProcessor:sampleFrame 降采样 160x120 + compareFrames 像素差异对比 - 重复画面跳过:similarity > 0.9 时不发送 query - 混合采样策略:静默 5s / 用户说话 1s(docs/08-成本控制.md) - 请求统计:queryCount + totalTokens 实时显示 - App 状态栏显示成本统计 Co-Authored-By: Claude <noreply@anthropic.com>
cfy777 added 1 commit 2026-06-13 14:39:59 +08:00
- EdgeProcessor:sampleFrame 降采样 160x120 + compareFrames 像素差异对比
- 重复画面跳过:similarity > 0.9 时不发送 query
- 混合采样策略:静默 5s / 用户说话 1s(docs/08-成本控制.md)
- 请求统计:queryCount + totalTokens 实时显示
- App 状态栏显示成本统计

Co-Authored-By: Claude <noreply@anthropic.com>
cfy777 merged commit e18a2004a0 into develop 2026-06-13 14:40:06 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: XEngineers/CamTalk#30