#2 Interacting With a Music Player UI using Gesture Control - Mediapipe | Unreal Engine 5

This is my second attempt at converting hand motion to interactions. The user interface was built from scratch using inspirations from @CeptariTyas @GlebKuznetsov @PiqoDesign’s work The events are generated using a variety of methods for: Moving left, right, up, down. Double click to play, pause and go in and out of albums. Waving the index finger increases and decrease the volume. The demo uses Mediapipe hand tracking framework integrated with Unreal Engine 5 Tracking data from the phone is transmitted over a TCP server. Feedback is appreciated.
Back to Top