摄像头循迹——中线测试版本

This commit is contained in:
Glz
2024-01-08 20:13:20 +08:00
parent 83994bbbc2
commit 83f4b5e8d2
7 changed files with 279 additions and 28 deletions

View File

@@ -54,11 +54,11 @@ int main(void)
state_type = COMMON_STATE;
img_processing();
get_corners();
// get_corners();
aim_distance = COMMON_AIM;
tracking();
ElementJudge();
ElementRun();
// ElementJudge();
// ElementRun();
MidLineTrack();
}
}