Skip to content

Commit

Permalink
new t option
Browse files Browse the repository at this point in the history
  • Loading branch information
alew3 committed Apr 10, 2020
1 parent c11c38b commit f28b418
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,6 @@ media/ale.png
media/helena.png
media/helena2.jpeg
media/rodrigo.jpeg
media/chico.jpg
media/natorf2.jpg
media/tiagor.jpg
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ $ python faceit_live.py --webcam_id 0 --stream_id 1
## Shortcuts when running
```
N - cycle next image in media folder
C - recenter webcam and create a new base image for transformation
R - option to alter between Relative and Absolute transformations
C - recenter webcam and create a new base image
T - option to alter between 'Relative' and 'Absolute' transformations mode
```

# Tip
Expand Down
2 changes: 1 addition & 1 deletion faceit_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def main():
# rotate images
source_image = readnextimage()
reset = True
elif k==ord('r'):
elif k==ord('t'):
# rotate images
relative = not relative

Expand Down

0 comments on commit f28b418

Please sign in to comment.