修复摄像头、科大讯飞、rcsp、彩屏仓等相关测试问题;
This commit is contained in:
@@ -21,6 +21,7 @@ enum app_mode_t {
|
||||
APP_MODE_SPDIF = 11,
|
||||
APP_MODE_RCSP = 12,
|
||||
APP_MODE_SMARTBOX = 13,
|
||||
APP_MODE_VIDEO = 14,
|
||||
|
||||
};
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -734,6 +734,9 @@
|
||||
//*********************************************************************************//
|
||||
// VIDEO CONFIG //
|
||||
//*********************************************************************************//
|
||||
#ifndef TCFG_APP_VIDEO_EN
|
||||
#define TCFG_APP_VIDEO_EN DISABLE
|
||||
#endif
|
||||
#ifndef TCFG_VIDEO_DIAL_ENABLE
|
||||
#define TCFG_VIDEO_DIAL_ENABLE DISABLE
|
||||
#endif
|
||||
|
||||
@@ -562,6 +562,7 @@
|
||||
#define BASEFORM_1355 0XA61000
|
||||
#define BASEFORM_1356 0XA60C00
|
||||
#define BASEFORM_1357 0XA63000
|
||||
#define BASEFORM_1358 0XA83002
|
||||
#define BASEFORM_1359 0X7C0C0D
|
||||
#define BASEFORM_136 0X4A3C12
|
||||
#define BASEFORM_1360 0X7C3002
|
||||
@@ -1724,6 +1725,17 @@
|
||||
#define DISCONN_QR_BUTTON 0X303004
|
||||
#define DISCONN_QR_LAYOUT 0X300C01
|
||||
#define DISCONN_YES_BUTTON 0X302001
|
||||
#define DUER_BASEFORM_ERROR 0XA80C00
|
||||
#define DUER_BASEFORM_RECORD 0XA80C03
|
||||
#define DUER_BASEFORM_RESPONSE 0XA80C01
|
||||
#define DUER_BASEFORM_THINK 0XA80C02
|
||||
#define DUER_ERROR_NOTE 0XA83000
|
||||
#define DUER_RECORD_BUTTON 0XA81C00
|
||||
#define DUER_RECORD_TIME 0XA83C00
|
||||
#define DUER_RECORD_TXT 0XA83003
|
||||
#define DUER_RESPONSE_TTS 0XA82000
|
||||
#define DUER_RESPONSE_TXT 0XA83001
|
||||
#define DUER_THINKING 0XA82001
|
||||
#define ENGINEERING_MODE_VLIST 0X8A1400
|
||||
#define FACE_INDEX 0X803C00
|
||||
#define FINDMY_BINDING 0X942002
|
||||
@@ -1767,6 +1779,7 @@
|
||||
#define IFLY_TIME_VAD 0XA03C00
|
||||
#define INDOOR_SPORT_LAYOUT 0X580C00
|
||||
#define INDOOR_SPORT_LIST 0X581400
|
||||
#define INTELLIGENT_DUER_LAYER 0XA81000
|
||||
#define LAYER_WOMEN_HEALTH 0X4A1000
|
||||
#define LAYOUT_MENU_WATERFALL 0X480C00
|
||||
#define LAYOUT_UVC_SHOW 0XA20C00
|
||||
@@ -2000,6 +2013,7 @@
|
||||
#define PAGE_81 0XA20851
|
||||
#define PAGE_82 0XA40852
|
||||
#define PAGE_83 0XA60853
|
||||
#define PAGE_84 0XA80854
|
||||
#define PAGE_9 0X120809
|
||||
#define PASSWORD_0_BUTTON 0X162010
|
||||
#define PASSWORD_1_BUTTON 0X162007
|
||||
@@ -2554,7 +2568,7 @@
|
||||
#define TIME_UNDISTURB_MODE_START_TIME 0X102800
|
||||
#define TRANSIT_LOADING_PIC 0X22200C
|
||||
#define UI_ROTATE 0X0
|
||||
#define UI_VERSION 0X3E18F271
|
||||
#define UI_VERSION 0X74A92D3
|
||||
#define UNDISTURB_MODE_ESETTING_BACK_BUTTON 0X102004
|
||||
#define UNDISTURB_MODE_ESETTING_HOUR_VLIST 0X101401
|
||||
#define UNDISTURB_MODE_ESETTING_LAYOUT 0X100C05
|
||||
|
||||
Reference in New Issue
Block a user