v10模型集成+去抖+架构重构: 单线程+背景采集, ControlUpdate单出口电机控制, I2C音频持久fd, 斑马线接近去抖

This commit is contained in:
spdis
2026-06-09 17:07:00 +08:00
parent b6b631cef3
commit d284e18407
25 changed files with 2453 additions and 409 deletions
+3
View File
@@ -0,0 +1,3 @@
# zebra_demo - 斑马线检测测试
add_executable(zebra_demo zebra_demo.cpp)
target_link_libraries(zebra_demo common_lib ${OpenCV_LIBS})