File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
iOS/APIExample/APIExample/Examples/Advanced/ThirdBeautify/FUBeautify Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ - (BOOL)onCaptureVideoFrame:(AgoraOutputVideoFrame *)videoFrame {
89
89
}
90
90
91
91
- (AgoraVideoFormat)getVideoFormatPreference {
92
- return AgoraVideoFormatRGBA ;
92
+ return AgoraVideoFormatCVPixelBGRA ;
93
93
}
94
94
- (AgoraVideoFrameProcessMode)getVideoFrameProcessMode {
95
95
return AgoraVideoFrameProcessModeReadWrite;
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ - (instancetype)init
55
55
// 初始化 FURenderKit
56
56
[FURenderKit setupWithSetupConfig: setupConfig];
57
57
58
- [FURenderKit setLogLevel: FU_LOG_LEVEL_INFO ];
58
+ [FURenderKit setLogLevel: FU_LOG_LEVEL_TRACE ];
59
59
60
60
dispatch_async (dispatch_get_global_queue (0 , 0 ), ^{
61
61
// 加载人脸 AI 模型
You can’t perform that action at this time.
0 commit comments