Skip to content

Commit a9bc105

Browse files
authored
Update README.md
1 parent a880e9c commit a9bc105

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
"Hands Free" offers a novel way to play music. Using Apple's Vision Hand Pose, the project captures hand gestures through the device's front camera to trigger MiDi chords, letting users 'strum' melodies with simple hand movements.
44

5-
For simplicity sake, I made the project only react when your thumb and pinky are touching. You can configure this behaviour by changing the code in ProcessingHands.swift.
5+
~~For simplicity sake, I made the project only react when your thumb and pinky are touching. You can configure this behaviour by changing the code in ProcessingHands.swift.~~
6+
7+
~~Earlier versions of that file have all fingers enabled if you'd like to see example implementations~~
8+
9+
I re-enabled the multi finger detection. The app should play a chord when it sees your thumb in touch with the **Ring** or the **Index** finger. I'd strongly recommend checking out [Rhythm Snap](https://github.com/carlosmbe/Rhythm-Snap). The algorithm I used there is an improvement of the work done here.
10+
11+
So this is basically looking for a pinch action. 🤌 🤏 👌🏾
612

7-
Earlier versions of that file have all fingers enabled if you'd like to see example implementations
813

914
#### Important: Before building in Xcode, update the app team information to your own.
1015

@@ -52,3 +57,16 @@ Following a recent refactor, the codebase is now more organized and comprehensib
5257
## Contributing & Development
5358

5459
Your input is valuable! Whether it's bug reports, feature requests, or code contributions, we're eager to hear from you. If you're contributing code, please ensure it's well-commented for clarity. For any enhancements or issues, please create a related issue or submit a pull request.
60+
61+
## Beautiful Screen Recording
62+
63+
64+
65+
https://github.com/carlosmbe/Hands-Free/assets/53784701/40505203-4984-4b6c-ae27-60ee6f381d57
66+
67+
68+
69+
70+
71+
72+

0 commit comments

Comments
 (0)