We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 718ae5e + 227119e commit eab4c22Copy full SHA for eab4c22
iOS/APIExample/APIExample/Examples/Advanced/ThirdBeautify/FUBeautify/FUBeautifyVC.m
@@ -89,7 +89,7 @@ - (BOOL)onCaptureVideoFrame:(AgoraOutputVideoFrame *)videoFrame {
89
}
90
91
- (AgoraVideoFormat)getVideoFormatPreference{
92
- return AgoraVideoFormatRGBA;
+ return AgoraVideoFormatCVPixelBGRA;
93
94
- (AgoraVideoFrameProcessMode)getVideoFrameProcessMode{
95
return AgoraVideoFrameProcessModeReadWrite;
iOS/APIExample/APIExample/Examples/Advanced/ThirdBeautify/FUBeautify/Manager/FUManager.m
@@ -55,7 +55,7 @@ - (instancetype)init
55
// 初始化 FURenderKit
56
[FURenderKit setupWithSetupConfig:setupConfig];
57
58
- [FURenderKit setLogLevel:FU_LOG_LEVEL_INFO];
+ [FURenderKit setLogLevel:FU_LOG_LEVEL_TRACE];
59
60
dispatch_async(dispatch_get_global_queue(0, 0), ^{
61
// 加载人脸 AI 模型
0 commit comments