feat: 萤石 CB60 录像每日同步初始版本

通过 ADB 自动化模拟器中的萤石 App,每天把 SD 卡里昨天的录像批量
下载到本地。云 API 方案 (sync.py/probe.py) 是备选,需先在萤石开放
平台关闭设备码流加密。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
yuming
2026-06-16 10:41:38 +08:00
commit 45d17ee576
5 changed files with 814 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# 敏感配置和缓存
config.py
token_cache.json
sync.log
# 下载的录像(每天几百 MB
recordings/
# Python
__pycache__/
*.pyc
.venv/
*.egg-info/
# IDE / 系统
.DS_Store
.idea/
.vscode/
# 临时
*.tmp
/tmp/