Skip to content

Commit d9fc79d

Browse files
authored
Update README.md
1 parent 9e0388d commit d9fc79d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,15 @@ $ pip install -r requirements.txt
2626
### Hand detector
2727

2828
```bash
29+
# Hand detector
2930
$ python3 hand.py --max_hands 2
31+
32+
# Gesture detector
33+
$ python3 gesture.py --mode single # currenly only single-hand gestures are supported
34+
35+
# Volume controller
36+
$ python3 vol_controller.py --control continuous # continuous control
37+
step # step control
3038
```
3139

3240
### Gesture detector

0 commit comments

Comments
 (0)