-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beauty Filter in Agora Flutter SDK #171
Comments
I will think about how to design a plugin to use third party beauty SDK. |
Thanks for your reply @LichKing-2234 |
@RuhaanSharma it will not work like you expose native api call and it's done. considering performance you should do video filtering under the hood, i.e. native layer. So the apis exposed on top will most likely be some signaling api calls like startVideoFiltering/stopVideoFiltering/setVideoFilteringParameters and everything needs to be done on native side. that's why @LichKing-2234 said this layer will be provided by us. if you have idea how to do video filter on native layer then you can fork our sdk and implement the logic yourself. hope this helps |
@plutoless |
@RuhaanSharma It maybe starts in Q4. |
@LichKing-2234 Thanks for estimated completion time. |
@LichKing-2234 Please do consider my request of plugin for third party beauty sdk. |
Yes, it has In planning |
@LichKing-2234 Many thanks for re-assuring me. Looking forward to it desperately. |
you can get the raw data plugin from this. |
Hi @LichKing-2234 Can you provide a sample code for using beauty filter using this raw data in flutter ? |
@RuhaanSharma There are too many beauty SDK, I can't support all of them, so I provide the plugin which you can make it by yourself. |
@LichKing-2234 Thanks for your reply. |
@RuhaanSharma |
@RuhaanSharma |
@LichKing-2234 : Is there any beauty filter SDK now in Agora-flutter ? Any sample anywhere ? |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please raise a new issue. |
Is your feature request related to a problem? Please describe.
Yes. RTCEngine BeautyOptions() is not giving good result as per expectation of the user.
Describe the solution you'd like
There is code for SenseTime or some other beauty SDK in native code.
Is there any solution for using some awesome in call beauty features in flutter too.
Describe alternatives you've considered
Alternatively can you give some demo code using flutter to use those sdks.
How can I use following code in flutter ?
It will be really helpful if you can provide a sample code to use these beauty filter sdk from AgoraRTCEngine implementation in flutter.
I know your valuable suggestion could be call native method.
But I have done enough search from my part and I don't even have idea which activity will be called , where to initialise what.
If you can please provide a sample code for my request (for any solution of your choice Banuba, DeepAr, SenseTime), I am sure it will be helpful for many developers using Agora Flutter implementation.
I will be highly thankful to you.
The text was updated successfully, but these errors were encountered: