[2.13.2]fix bug of aicloud fusion problem and add limit of visual long sight

This commit is contained in:
zhongchao
2023-01-11 13:55:01 +08:00
parent c57e9d86e8
commit 79ff37d90d
18 changed files with 162 additions and 37 deletions

View File

@@ -64,6 +64,13 @@ object FunctionBuildConfig {
@JvmField
var isBeautyMode = true
/**
* 是否绘制云端感知物
*/
@Volatile
@JvmField
var isDrawAiCloudFusion = true
/**
* 是否开启感知物替换颜色功能
* 默认关闭
@@ -179,4 +186,5 @@ object FunctionBuildConfig {
@JvmField
var isPNCWarning = true
}