livekit / client-sdk-android

LiveKit SDK for Android
https://docs.livekit.io
Apache License 2.0
185 stars 76 forks source link

Blur SurfaceViewRenderer #229

Closed codelab-sahil closed 1 year ago

codelab-sahil commented 1 year ago

Hello, @davidliu

I need to set blur effect to SurfaceViewRenderer for 1 or 2 mins in between of video streaming. Is it possible to give that effect?

davidliu commented 1 year ago

This isn't a functionality we support nor plan to support directly. You can get the video frames and blur them yourself before passing them to the SurfaceViewRenderer though.