Skip to content

feat: MediaPipe Face Mesh real landmarks with geometric fallback toggle (Fixes #2) - #144

Open
laurentketterle-hub wants to merge 1 commit into
mergeos-bounties:masterfrom
laurentketterle-hub:feat/mediapipe-face-mesh-2
Open

feat: MediaPipe Face Mesh real landmarks with geometric fallback toggle (Fixes #2)#144
laurentketterle-hub wants to merge 1 commit into
mergeos-bounties:masterfrom
laurentketterle-hub:feat/mediapipe-face-mesh-2

Conversation

@laurentketterle-hub

Copy link
Copy Markdown

Summary

Implements real MediaPipe Face Mesh landmark detection for accurate face tracking with seamless geometric fallback when offline.

Changes

  • **** — clean lifecycle management for MediaPipe instances
  • **** — runtime toggle between MediaPipe and geometric tracking
  • Clickable tracking badge — click the tracking indicator to switch modes
  • 🔄 Track button — visible UI button for toggling MediaPipe/geometric
  • **Enhanced ** with better error messages and duplicate-instance guard
  • Geometric fallback remains fully functional when MediaPipe CDN is unavailable

Acceptance

  • MediaPipe CDN path with automatic geometric fallback when offline
  • Geometric fallback still works offline
  • Screenshots: camera + demo with tracking badge showing active mode

Fixes

Fixes #2


DCO: Signed-off-by: laurentketterle-hub noreply@users.noreply.github.com

…le (Fixes mergeos-bounties#2)

- Add destroyMediaPipe() for clean MediaPipe lifecycle management
- Add toggleMediaPipe() to switch between MediaPipe and geometric tracking at runtime
- Make tracking badge clickable to toggle tracking mode on the fly
- Enhance initMediaPipe() with better error messages and duplicate-instance guard
- Add 🔄 Track button in the UI for visible MediaPipe/geometric toggle
- MediaPipe CDN path with automatic geometric fallback when offline
- Geometric eye tracking remains functional when MediaPipe unavailable

DCO: Signed-off-by: laurentketterle-hub <noreply@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[50 MRG] Web: MediaPipe Face Mesh real landmarks

2 participants