MediaPipe Pose Detection #1037
Replies: 2 comments
-
Seems like a cool idea! :) Just one question: If it is only intended to be a proxy to receive the landmark information from and pass it into advanced scene switcher variables, you might want to consider sending that information directly via websocket messages to the advanced scene switcher. |
Beta Was this translation helpful? Give feedback.
-
Thanks for commenting. I wasn't sure how to get the landmark information directly into Advanced Scene Switcher. That is a helpful tip. The Text Source is just being used to store the landmark information. The Text Source is being read by both Advanced Scene Switcher and a Browser Source with a local HTML/javascript file. The page in the Browser source is using the OBS WebSocket Js to read the content of the Text Source. The java Script in the browser reacts to the landmark information. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project where the idea is to use hand and body positions to control OBS.
Google MediaPipe Pose Landmarks are sent to OBS and trigger Advanced Scene Switcher conditions.
https://github.com/UUoocl/MediaPipe_for_OBS
Electron is used to run the MediaPipe model locally.
The body landmarks are stored in an OBS Text Source as JSON.
I'd appreciate any feedback on this project.
Beta Was this translation helpful? Give feedback.
All reactions