question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Detecting open mouth from webcam feed

See original GitHub issue

Hey, thanks so much for sharing this project, it’s awesome! Just wondering what’s the easiest way to detect when a user opens and closes their mouth? I’ve used landmarks.getMouth() and logged the result into the console, but I can’t find any documentation for which points relate to which parts of the mouth, so I’m not sure where to start calculating.

Cheers

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
justadudewhohackscommented, Dec 12, 2018

Have a look at this figure. Using landmarks.getMouth() you simply get an array of Points 49 to 68.

0reactions
justadudewhohackscommented, Mar 23, 2019

Closing, if this is still an issue feel free to update and reopen it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Detect Mouth Open for Face Login | by Peter Xie
Combine the face_recognition and the mouth open detection algorithm, we can develop a webcam real-time face recognition app with the ability to ...
Read more >
Real Time Face Detection in OpenCV with Python p. 1
Reading Live Web-Cam Video Stream | Real Time Face Detection in ... Face detection will include detection of face, eyes, nose and mouth...
Read more >
Android Mobile Vision API detect mouth is open - Stack Overflow
We can detect mouth is open or not using angle between mouthLeftPosition , mouthRightPosition and mouthBottomPosition. Calculate angle using:.
Read more >
Face Detection in Python Using a Webcam - Medium
As mentioned in the previous post, it's quite easy to move from detecting faces in images to detecting them in video via a...
Read more >
Accessing the webcam | OpenCV with Python By Example
We can build very interesting applications using the live video stream from the webcam. OpenCV provides a video capture object which handles everything ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found