Hand tracking with Mediapipe
Hello there! I donwloaded the Mediapipe component from Torin. Is there a way to detect the left hand (sx) and right hand (dx) separately? At the moment, Mediapipe detects "hand 1" as the first hand it finds, regardless of whether it’s the right or left hand. I need to differentiate this data so I can consistently label "hand 1" as "right hand" (dx) and "hand 2" as "left hand" (sx), for example. This would give me more control, similar to a Kinect.