Two patchs with camera

Agustin  Echeverria 's icon

Hello, I want to open two differents patches, both use web cam, but it only detects in a single patch.

Rob Ramirez's icon

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

Agustin  Echeverria 's icon

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?

Rob Ramirez's icon

you can use jit.desktop to capture that portion of your patch as a matrix for further processing and/or projection.

Agustin  Echeverria 's icon

Perfect, works fine! Thank you!