修复摄像头、科大讯飞、rcsp、彩屏仓等相关测试问题;

This commit is contained in:
huxi
2025-12-10 09:40:24 +08:00
parent bc195654bf
commit 719f612ab5
84 changed files with 3520 additions and 178 deletions
+7 -1
View File
@@ -51,6 +51,7 @@
#include "clock_manager/clock_manager.h"
#include "product_test.h"
#include "chgbox_ctrl.h"
#include "app_video.h"
#define LOG_TAG "[APP]"
#define LOG_ERROR_ENABLE
@@ -767,7 +768,12 @@ static void app_task_loop(void *p)
mode = app_enter_rcsp_mode(g_mode_switch_arg);
break;
#endif
#if TCFG_APP_VIDEO_EN
case APP_MODE_VIDEO:
log_info("APP_MODE_VIDEO \n");
mode = app_enter_video_mode(g_mode_switch_arg);
break;
#endif
default:
break;
}