twilio / twilio-video-processors.js

Twilio Video Processors is a collection of video processing tools which can be used with Twilio Video JavaScript SDK to apply transformations and filters to a video track.
Other
33 stars 21 forks source link

`maskBlurRadius` `blurFilterRadius` don't work with WebGl2 pipeline #57

Open Dosant opened 1 year ago

Dosant commented 1 year ago

Hi, thank you for releasing 2.0.0 with WebGL2,

While testing the GaussianBlurBackgroundProcessor I noticed that the blur effect is too soft: it wasn't blurry enough to be used for privacy purposes. I tried to increase blurFilterRadius and I think it doesn't have any effect anymore when used with WebGl2 pipeline.

Talb2005 commented 1 year ago

Any updates regarding this issue?

jpodwys commented 2 months ago

@donaltoomey is there any update here?