question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

setBeautyEffectOptions not working

See original GitHub issue
await 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:closed
  • Created 2 years ago
  • Comments:27

github_iconTop GitHub Comments

2reactions
LichKing-2234commented, Oct 21, 2021

If you want to use third-party beauty SDK, I think you should have some knowledge about native.

2reactions
LichKing-2234commented, Oct 20, 2021

you can refer to this https://github.com/AgoraLibrary/react-native-agora-rawdata, then fork it and implement your requirement.

Read more comments on GitHub >

github_iconTop 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 >
agora_rtc_engine 3.3.3 | Flutter Package - Pub.dev
Flutter plugin for Agora Video SDK.
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found