mediapipe-touchdesigner icon indicating copy to clipboard operation
mediapipe-touchdesigner copied to clipboard

Use Chrome Desktop Capture as video source?

Open UUoocl opened this issue 6 months ago • 10 comments

This looks awesome! I'm excited to try your project. I've been experimenting with mediapipe js, but have never used TouchDesigner.

I want to recommend the Chrome Desktop Capture as another option for bringing video into the mediapipe-touchdesigner.

In this repo I used Chrome's Desktop Capture as the video input source for landmark detection.
OBS-face-tracking-with-P5js

In this setup a webcam source is created in OBS, then a projector window is opened on that source. Chrome is used to capture the OBS projector window. Landmark data is sent from Chrome to OBS via websockets.

Using NDI, Spout/Syphon or OBS virtual camera accomplish the same purpose, but this options may be useful too.

Thanks for sharing this project!

UUoocl avatar Jan 29 '24 05:01 UUoocl