setBeautyEffectOptions not working
See original GitHub issueawait RTCEngine.setBeautyEffectOptions(true, {
lighteningContrastLevel: 1,
lighteningLevel: 0.7,
smoothnessLevel: 0.5,
rednessLevel: 0.1,
});
I config these code but the video is not changed (not lighter, smoother or any effect)
Please help me! Thanks 😇
version:
"react-native": "0.65.1",
"react-native-agora": "^3.5.0",
Issue Analytics
- State:
- Created 2 years ago
- Comments:27
Top Results From Across the Web
setBeautyEffectOptions not working · Issue #427 - GitHub
I do not see any logs when I call func setBeautyEffectOptions on IOS Xcode. Android I am testing now and get logs as...
Read more >Agora Video Broadcasting Crashing When switching camera
Whenever you access agoraKit you're actually calling this: dataSource!.liveVCNeedAgoraKit(). This involves force unwrapping a weak optional ...
Read more >Agora.io Native SDK v2.4 release! Image enhancement ...
Using the setBeautyEffectOptions API method, users can adjust settings like image contrast, brightness, sharpness, and saturation.
Read more >react-native-agora | Yarn - Package Manager
react-native-agora · Community Contributor · Release Note · Installation · General Usage · Using TypeScript · Troubleshooting · API · Resources.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you want to use third-party beauty SDK, I think you should have some knowledge about native.
you can refer to this https://github.com/AgoraLibrary/react-native-agora-rawdata, then fork it and implement your requirement.