virtual-background
virtual-background copied to clipboard
Any way to do this via webworkers ?
Lately, I have been experimenting with putting this pipeline on a web-worker to make the experience better.
I have been struggling to send the tflite model to the worker.ts file.
Sending the canvas to the worker.ts was troublesome too but handled it using offscreen canvas.
I also believe putting it on web-worker would fix the issue of Video pausing when browser is in the background #25
The pipeline I have been trying this with is canvas2d using the meet model
I am digging to this solution too.
@abhisht51 Were you able to switch the canvas2d into the worker yet ?, I am having troubles in converting it. Can you please help ?!