From c783fefa57ded40fc9f9386168df9d59fb2c5c80 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Wed, 2 Sep 2026 20:36:33 +0200 Subject: [PATCH] fixup! wip --- .../rooms/livekit/components/blur/BackgroundCustomProcessor.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/frontend/src/features/rooms/livekit/components/blur/BackgroundCustomProcessor.ts b/src/frontend/src/features/rooms/livekit/components/blur/BackgroundCustomProcessor.ts index 98a1c1c5..ee21c9d8 100644 --- a/src/frontend/src/features/rooms/livekit/components/blur/BackgroundCustomProcessor.ts +++ b/src/frontend/src/features/rooms/livekit/components/blur/BackgroundCustomProcessor.ts @@ -392,7 +392,6 @@ export class BackgroundCustomProcessor implements BackgroundProcessorInterface { } try { this._syncOutputCanvasSize() - // No decoded frame available (e.g. right after a device switch): skip // this tick rather than processing a 0x0 source. if ( @@ -429,8 +428,6 @@ export class BackgroundCustomProcessor implements BackgroundProcessorInterface { } this.consecutiveErrors += 1 if (this.consecutiveErrors >= MAX_CONSECUTIVE_ERRORS) { - // Degrade to passthrough: a working camera without the effect is - // better than a permanently frozen frame. this.passthrough = true reportError('effects_processor_failure', error, { context: