torinmb / mediapipe-touchdesigner

GPU Accelerated MediaPipe Plugin for TouchDesigner
MIT License
522 stars 21 forks source link

Top input #48

Closed RayInst closed 4 months ago

RayInst commented 8 months ago

Could it support other TOP input, not just limited to using a webcam? Thanks

domisjustanumber commented 8 months ago

Hi @RayInst this is something we've been trying to figure out too! The issue we have is all of the MediaPipe ML is running in a web browser, so we've been playing with ways to get video into the web browser in a free/easy/low-latency way.

Right now the best method seems to be SpoutCam on Windows, or OBS Studio if you're on Mac.

domisjustanumber commented 4 months ago

It sounds like this might be a solution, so thought I'd link it here if you want to follow along. It's not a sure-fire thing, but I'm going to do some testing to see if I can get it to work.