Add async model thread, vision FPS throttle, configurable FPS, .gitignore __pycache__

This commit is contained in:
2026-05-25 11:04:05 +08:00
parent 28d9c6da58
commit 610f0a7549
8 changed files with 503 additions and 55 deletions

2
ctl.sh
View File

@@ -47,6 +47,8 @@ init_pins() {
echo 0 > "$DIR/mortor_kd" 2>/dev/null
echo 0 > "$DIR/start" 2>/dev/null
echo 1 > "$DIR/showImg" 2>/dev/null
echo 60 > "$DIR/vision_fps" 2>/dev/null
echo 20 > "$DIR/model_fps" 2>/dev/null
echo "[framework] 引脚初始化完成"
}