Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat:Real-Time Face Tracking #167

Closed
3 of 7 tasks
sinanverve7 opened this issue Jul 11, 2024 · 1 comment
Closed
3 of 7 tasks

feat:Real-Time Face Tracking #167

sinanverve7 opened this issue Jul 11, 2024 · 1 comment

Comments

@sinanverve7
Copy link

sinanverve7 commented Jul 11, 2024

Plugin(s)

  • Barcode Scanning
  • Face Detection
  • Face Mesh Detection
  • Selfie Segmentation
  • Translation

Current problem

I am currently using the @capacitor-mlkit/face-detection plugin to verify users' selfies. However, many users upload images of chairs, walls, or other irrelevant objects instead of their faces. Additionally, some users rotate their heads and upload images showing only their right or left ear. This leads to unsuccessful selfie verifications. To address this, I need a way to provide real-time feedback to users, prompting them to make their face fully visible in the camera preview.

Preferred solution

please Integrate real-time face tracking using Apple's Vision framework into the @capacitor-mlkit/face-detection library, as detailed in Apple's documentation on tracking the user's face in real time.

Alternative options

No response

Additional context

Did omit this feature because of increased app size ?

No response

Before submitting

@sinanverve7 sinanverve7 changed the title feat:Real-Time Face Tracking When Camera Preview is Open feat:Real-Time Face Tracking Jul 12, 2024
@robingenz
Copy link
Member

The Capacitor MLKit plugins are intended to make the MLKit SDKs accessible for Capacitor apps. The integration of Apple's Vision framework is therefore out of scope.

@robingenz robingenz closed this as not planned Won't fix, can't repro, duplicate, stale Jul 12, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants