fix(blur): Increase the background blur value
This commit is contained in:
parent
c2bc92ae05
commit
c5bddda781
|
@ -80,7 +80,7 @@ export default class JitsiStreamBlurEffect {
|
||||||
this._outputCanvasElement,
|
this._outputCanvasElement,
|
||||||
this._inputVideoElement,
|
this._inputVideoElement,
|
||||||
this._segmentationData,
|
this._segmentationData,
|
||||||
7, // Constant for background blur, integer values between 0-20
|
15, // Constant for background blur, integer values between 0-20
|
||||||
7 // Constant for edge blur, integer values between 0-20
|
7 // Constant for edge blur, integer values between 0-20
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue