apivideo / api.video-reactnative-live-stream

React Native RTMP live stream client. Made with ♥ by api.video
https://api.video
MIT License
176 stars 32 forks source link

[Feat]: A way to apply camera filters like skin smoothness and whiteness #63

Open adnandothussain opened 1 year ago

adnandothussain commented 1 year ago

Version

1.2.4

Environment that reproduces the issue

Platforms: Android/Ios

Use Case

Do we have or can we add an option to apply camera filters like skin smoothness or whiteness or any filters?

Use case description

I was searching this lib but could not found a way i can add camera filters so i user publishing a livestream and apply some filters like whiteness or skin smoothness or any type or filter.

I was planning to use React Native Vision Camera for this. But we do not have a way we can pass our own video source to it.

Proposed solution

One way we can do is like allow a parameter to pass a video source. And that video source can we be from React Native Vision Camera or with any lib.

Alternative solutions

No response

ThibaultBee commented 1 year ago

Hi,

We don't have such option. And as it is a very complex feature, I am pretty sure we won't implement this soon. If you want to develop this, we will be happy to help and merge your PR.

Best regards, Thibault