Skip to content

Commit eab4c22

Browse files
authored
Merge pull request #329 from AgoraIO/fix_fu_bug
fix fuBeauty bug
2 parents 718ae5e + 227119e commit eab4c22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iOS/APIExample/APIExample/Examples/Advanced/ThirdBeautify/FUBeautify/FUBeautifyVC.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ - (BOOL)onCaptureVideoFrame:(AgoraOutputVideoFrame *)videoFrame {
8989
}
9090

9191
- (AgoraVideoFormat)getVideoFormatPreference{
92-
return AgoraVideoFormatRGBA;
92+
return AgoraVideoFormatCVPixelBGRA;
9393
}
9494
- (AgoraVideoFrameProcessMode)getVideoFrameProcessMode{
9595
return AgoraVideoFrameProcessModeReadWrite;

iOS/APIExample/APIExample/Examples/Advanced/ThirdBeautify/FUBeautify/Manager/FUManager.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ - (instancetype)init
5555
// 初始化 FURenderKit
5656
[FURenderKit setupWithSetupConfig:setupConfig];
5757

58-
[FURenderKit setLogLevel:FU_LOG_LEVEL_INFO];
58+
[FURenderKit setLogLevel:FU_LOG_LEVEL_TRACE];
5959

6060
dispatch_async(dispatch_get_global_queue(0, 0), ^{
6161
// 加载人脸 AI 模型

0 commit comments

Comments
 (0)