10 Commits

Author SHA1 Message Date
op
0031b260d4 update 2026-05-27 14:41:19 +08:00
op
bb5678858d fix ffmpeg 2026-05-27 13:48:27 +08:00
op
caf62f232c Fix Docker uv sync flags by dropping UV_COMPILE_BYTECODE env.
uv treats a set UV_COMPILE_BYTECODE (even "0") as compile-bytecode, which conflicts with --no-compile on sync.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-25 12:06:42 +08:00
op
be24fd77f4 Fix RTSP segment ffmpeg args for bookworm and video-only MP4.
Parse OpenCV rtsp_transport options correctly, use -timeout instead of removed -stimeout, map only the first video stream with -an, tighten ready detection, and disable uv bytecode compile during Docker build.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-25 12:05:28 +08:00
Kevin
aae0340a1b fix(docker): rewrite agentsmirror lock URLs and refresh numpy
uv.lock uses uv.agentsmirror.com paths that the old sed rules never matched,
which could install corrupted wheels from cache. Rewrite to Tsinghua mirrors,
force-refresh numpy/mediapipe, and verify numpy imports during the image build.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-22 17:39:28 +08:00
Kevin
704a83607d Fix MediaPipe doctor recognition missing libGLESv2 in Docker.
Install Mesa/GLVND GLES/EGL runtime libraries and verify mediapipe import at image build time so headless doctor pose inference no longer fails on libGLESv2.so.2.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-22 11:57:52 +08:00
Kevin
941c71e991 Improve speed 2026-05-22 11:15:22 +08:00
Kevin
87b6a7b804 various fix 2026-05-22 10:45:47 +08:00
Kevin
7600c5da2f fix docker 2026-05-22 10:25:34 +08:00
Kevin
1af442481e 重组为 backend/clients/docs 三层结构,并清理 git 污染。
将后端迁入 backend/,完善根目录 .gitignore,删除误提交的 .mypy_cache 缓存文件。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-21 16:02:25 +08:00