We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29b024 commit c4df7a3Copy full SHA for c4df7a3
packages/video-filters-web/src/VirtualBackground.ts
@@ -82,11 +82,8 @@ export class VirtualBackground extends BaseVideoProcessor {
82
this.latestCategoryMask,
83
this.latestConfidenceMask,
84
);
85
- } else {
86
- console.log(
87
- 'Skipping frame due to missing segmentation or background image',
88
- );
89
}
+
90
return new VideoFrame(this.canvas, { timestamp: frame.timestamp });
91
92
0 commit comments