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

Add head pose for phone-based usecases #2

Open
hybridherbst opened this issue Dec 16, 2022 · 3 comments
Open

Add head pose for phone-based usecases #2

hybridherbst opened this issue Dec 16, 2022 · 3 comments

Comments

@hybridherbst
Copy link

For Quest Pro and similar "inside facing" devices I see how only the facial blendshapes are needed, because head pose equals device pose.

However, for phone-based usecases such as face tracking on Android or iOS, an additional head pose (pos, rot, scale) is needed to match from screen-based session to a reasonable head model.

@cabanier
Copy link
Owner

Maybe we can expose something like the body API which returns the positions of head, torso, arms, etc?

@hybridherbst
Copy link
Author

In practical terms APIs (ARKit / ARCore) nowadays usually let the developer choose between a "fully-body mode" (no face blendshapes) and "face mode" (limited body, usually only head). Not sure how feasible mixing everything into one proposal would be.

@cabanier
Copy link
Owner

I think they would have to be separate specs. Body would contain the person's physical characteristics so we have to be very careful when exposing those.

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

No branches or pull requests

2 participants