Hacker News new | ask | show | jobs
by sanju3026 31 days ago
Doing this entirely client side in the browser with low enough latency for live video is highly impressive. Are you running optimized WebGPU under the hood or is a lot of the heavy lifting being offloaded asynchronously to a server?
1 comments

Yes, we process the live stream on the server. The browser only handles camera capture and video rendering.