Browse Source

fix(blur): Increase the background blur value

master
Jaya Allamsetty 5 years ago
parent
commit
c5bddda781
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/stream-effects/blur/JitsiStreamBlurEffect.js

+ 1
- 1
react/features/stream-effects/blur/JitsiStreamBlurEffect.js View File

@@ -80,7 +80,7 @@ export default class JitsiStreamBlurEffect {
80 80
             this._outputCanvasElement,
81 81
             this._inputVideoElement,
82 82
             this._segmentationData,
83
-            7, // Constant for background blur, integer values between 0-20
83
+            15, // Constant for background blur, integer values between 0-20
84 84
             7 // Constant for edge blur, integer values between 0-20
85 85
         );
86 86
     }

Loading…
Cancel
Save