Two patchs with camera
Hello, I want to open two differents patches, both use web cam, but it only detects in a single patch.
I'm assuming you're on Windows. This is a limitation of the OS. you will have to send the feed from one patch to another , e.g. with send and receive
Yes I am in windows! Actually I'm using the jweb-mediapipe that you post in GitHub, and I want to capture the video for the Hands-Recognizer, is it possible?
you can use jit.desktop to capture that portion of your patch as a matrix for further processing and/or projection.
Perfect, works fine! Thank you!