From cddd9d02a0532116b1aaf2bdb42cc0ffc9aebc85 Mon Sep 17 00:00:00 2001 From: Maximilian Schrapel Date: Fri, 16 Oct 2020 12:44:48 +0200 Subject: [PATCH] update --- README.md | 2 +- emoji_webcam.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 89a4c95..e3ddf60 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository demonstrates how easy we can bring emotions back to video chat programs when wearing face masks. Imagine you are in an important video meeting while you are at a public place or a train where face masks are mandatory. You could be misunderstood as you have limited opportunities to express your emotions. -By attaching an ArUco marker to your face mask and using my python script, you can easily enhance your emotions. +By attaching an ArUco marker to your face mask and using my python script, you can easily enhance your emotions. The [tutorial](Tutorial/README.md) explains how you can use [OBS Studio](https://obsproject.com/) to augment your webcam stream with any video chat software on your PC. I used this script to teach my students basics of augmented reality. The emojis were taken from [OpenMoji](https://openmoji.org/). ![Teaser](Tutorial/Teaser.jpg) diff --git a/emoji_webcam.py b/emoji_webcam.py index 93da920..e629755 100644 --- a/emoji_webcam.py +++ b/emoji_webcam.py @@ -214,7 +214,7 @@ def isMarker(img , marker): if k == ord(str(i)): imgindex=i break; - if k == ord('ß') or k == ord('-'): # german and english keyboard layout + if k == ord('ß') or k == ord('_'): # german and english keyboard layout imgindex = 10