Using VideoTexture for MpPoseTracking #539
Unanswered
fariskas
asked this question in
Answers & Questions
Replies: 3 comments
-
Same issue here. A working workaround is to use OBS, create a video source, and then make a virtual webcam. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
this is now possible on dev.cables.gl |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I'm trying to use a video texture for the Mediapipe Pose Tracking op, but it seems to only take a Webcam html element.
Alternatively i tried to make a video element instead but the problem with this is that this does not provide a texture to use on other elements.
Is there a way to directly pass a videoTexture to the mpPoseTracking op instead?
Beta Was this translation helpful? Give feedback.
All reactions