====== Hand Control ====== ===== Browser/Webcam ===== * Use [[https://google.github.io/mediapipe/solutions/hands|MediaPipe Hands]]. * Calculate filtered joint velocity/angular velocity with [[https://github.com/google/mediapipe/blob/master/mediapipe/util/filtering/relative_velocity_filter.cc|velocity filter]] (and also 'one euro filter'?). * Apply pressure based on velocity. * Check out [[https://github.com/chungbwc/TouchDesigner/tree/main/MediaPipeHandTOP|MediaPipe Hand TOP]]