feat: 视觉记录系统 v1.0.0 - 摄像头定时拍照+智能分析+Web界面

This commit is contained in:
2026-04-16 09:42:53 +08:00
commit 49785191c3
14 changed files with 1997 additions and 0 deletions

5
requirements.txt Normal file
View File

@@ -0,0 +1,5 @@
# 视觉记录系统依赖
opencv-python>=4.8.0
fastapi>=0.100.0
uvicorn>=0.23.0
requests>=2.31.0