修复摄像头、科大讯飞、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
+11
View File
@@ -0,0 +1,11 @@
#ifndef CONFIG_APP_VIDEO_H
#define CONFIG_APP_VIDEO_H
#include "system/includes.h"
struct app_mode *app_enter_video_mode(int arg);
#endif